9 linhas
371 B
CSS
9 linhas
371 B
CSS
/* Tailwind is only present for small unique or low use styling to make the code cleaner and easier to work with */
|
|
@import "tailwindcss/theme.css" layer(theme);
|
|
@import "tailwindcss/utilities.css" layer(utilities);
|
|
@import "./tailwind.generated.css";
|
|
@import "./tailwind.css";
|
|
|
|
@layer theme, base, components, utilities;
|
|
|
|
@custom-variant dark (&:where(.dark, .dark *));
|