8 lines
235 B
CSS
8 lines
235 B
CSS
@import "tailwindcss";
|
|
@plugin "daisyui";
|
|
|
|
@layer theme, base, components, utilities;
|
|
|
|
@import "tailwindcss/theme.css" layer(theme);
|
|
@import "tailwindcss/preflight.css" layer(base);
|
|
@import "tailwindcss/utilities.css" layer(utilities); |