Browse Source

[autofix.ci] apply automated fixes

autofix-ci[bot] 1 năm trước cách đây
mục cha
commit
4e2c116770
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      packages/compiler-sfc/src/style/pluginScoped.ts

+ 3 - 1
packages/compiler-sfc/src/style/pluginScoped.ts

@@ -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(