From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 13:15:38 +0000 (+0000) Subject: [autofix.ci] apply automated fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fedison%2Ffix%2F12241;p=thirdparty%2Fvuejs%2Fcore.git [autofix.ci] apply automated fixes --- 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(