Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 8d8ef5a

Browse files
orblazernchanged
authored andcommitted
fix: Fix scoped selector in VuePlugin. (#1117)
1 parent d70906d commit 8d8ef5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/vue/PostCSSPlugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const AddScopeIdPlugin = postcss.plugin('add-scope-id', function (opts) {
4747
attribute: opts.id
4848
}))
4949
})
50-
}).process(node.selector).result
50+
}).processSync(node.selector)
5151
})
5252

5353
// If keyframes are found in this <style>, find and rewrite animation names

0 commit comments

Comments
 (0)