]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
[autofix.ci] apply automated fixes edison/fix/12241 12244/head
authorautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sat, 24 May 2025 13:15:38 +0000 (13:15 +0000)
committerGitHub <noreply@github.com>
Sat, 24 May 2025 13:15:38 +0000 (13:15 +0000)
packages/compiler-sfc/src/style/pluginScoped.ts

index 71758861eb479f7a504f0b23a82045ea9a2829f2..262e3174d84987ea280ae6b12c5d01a253de5154 100644 (file)
@@ -223,7 +223,9 @@ function rewriteSelector(
     }
 
     if (
-      (n.type !== 'pseudo' && n.type !== 'combinator' && n.type !== 'universal') ||
+      (n.type !== 'pseudo' &&
+        n.type !== 'combinator' &&
+        n.type !== 'universal') ||
       (isPseudoClassIsOrWhere(n) &&
         (!node ||
           n.nodes.some(