ununura-nuxt
v0.2.13
Published
Atomic CSS Engine.
Downloads
39
Maintainers
Readme
Example with Nuxt
pnpm add -D ununura-nuxt
export default defineNuxtConfig({
modules: [
'ununura-nuxt'
],
ununura: {
/* Options here
extend: {
supporters: {
colors: [
['primary', '#00FF00']
]
}
}
}
*/
})