Skip to content

Commit 4e2c116

Browse files
[autofix.ci] apply automated fixes
1 parent ec7ff38 commit 4e2c116

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/compiler-sfc/src/style/pluginScoped.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ function rewriteSelector(
223223
}
224224

225225
if (
226-
(n.type !== 'pseudo' && n.type !== 'combinator' && n.type !== 'universal') ||
226+
(n.type !== 'pseudo' &&
227+
n.type !== 'combinator' &&
228+
n.type !== 'universal') ||
227229
(isPseudoClassIsOrWhere(n) &&
228230
(!node ||
229231
n.nodes.some(

0 commit comments

Comments
 (0)