We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c543b commit 2ab9f5aCopy full SHA for 2ab9f5a
src/transform.ts
@@ -5,7 +5,8 @@ import { createUnplugin } from 'unplugin'
5
const resolveToken = (path: string): string => `var(--${path.split('.').map(key => kebabCase(key)).join('-')})`
6
7
export default createUnplugin(() => ({
8
- name: 'unplugin-starter',
+ name: 'unplugin-nuxt-design-tokens',
9
+ enforce: 'pre',
10
transformInclude (id) {
11
// Check if the target is a Vue <style> attribute.
12
const regex = /\?vue&type=style/
0 commit comments