From 4e2c116770871b596a181cd5402497e33e5f22e8 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 13:15:38 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages/compiler-sfc/src/style/pluginScoped.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/compiler-sfc/src/style/pluginScoped.ts b/packages/compiler-sfc/src/style/pluginScoped.ts index 71758861eb..262e3174d8 100644 --- a/packages/compiler-sfc/src/style/pluginScoped.ts +++ b/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( -- 2.47.2