mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
chore(module): move animations to css file
This commit is contained in:
@@ -57,6 +57,9 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
nuxt.options.app.rootAttrs = nuxt.options.app.rootAttrs || {}
|
||||
nuxt.options.app.rootAttrs.class = [nuxt.options.app.rootAttrs.class, 'isolate'].filter(Boolean).join(' ')
|
||||
|
||||
// Add keyframes for animations
|
||||
nuxt.options.css.push(resolve('./runtime/assets/css/animations.css'))
|
||||
|
||||
addVitePlugin(tailwindcss)
|
||||
|
||||
await installModule('@nuxt/icon', {
|
||||
|
||||
Reference in New Issue
Block a user