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 2ab9f5a commit fb1736fCopy full SHA for fb1736f
build.config.ts
@@ -24,6 +24,8 @@ export default defineBuildConfig({
24
'formats.mjs',
25
'generate.mjs',
26
// ??
27
+ 'scule',
28
+ 'unplugin',
29
'#design-tokens',
30
'browser-style-dictionary',
31
'ufo',
playground/pages/index.vue
@@ -41,7 +41,7 @@
41
<script setup lang="ts">
42
const { fetch: fetchTokens } = useTokens()
43
44
-const { data } = await useAsyncData(fetchTokens)
+// const { data } = await useAsyncData(fetchTokens)
45
</script>
46
47
<style scoped lang="postcss">
src/transform.ts
@@ -1,4 +1,3 @@
1
-import { regexLiteral } from '@babel/types'
2
import { kebabCase } from 'scule'
3
import { createUnplugin } from 'unplugin'
4
0 commit comments