fix: dark mode
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
/* Don't do `@import "tailwindcss"`, do this instead: */
|
||||
@layer theme, base, components, utilities;
|
||||
|
||||
@import "tailwindcss/theme" layer(theme) theme(static);
|
||||
@import "tailwindcss/preflight" layer(base);
|
||||
@import "tailwindcss/utilities" layer(utilities);
|
||||
@import 'tailwindcss/theme' layer(theme) theme(static);
|
||||
@import 'tailwindcss/preflight' layer(base);
|
||||
@import 'tailwindcss/utilities' layer(utilities);
|
||||
|
||||
/* Then import "@nuxt/ui": */
|
||||
@import "@nuxt/ui";
|
||||
@import '@nuxt/ui';
|
||||
|
Reference in New Issue
Block a user