12 lines
339 B
CSS
12 lines
339 B
CSS
/* 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);
|
|
|
|
@plugin '@tailwindcss/typography';
|
|
|
|
/* Then import "@nuxt/ui": */
|
|
@import '@nuxt/ui';
|