Просмотр исходного кода

[autofix.ci] apply automated fixes

autofix-ci[bot] 1 год назад
Родитель
Сommit
4e2c116770
1 измененных файлов с 3 добавлено и 1 удалено
  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(