Files
library-frontend/src/styles.css
2025-11-07 12:42:20 +01:00

5 lines
233 B
CSS

/* You can add global styles to this file, and also import other style files */
@layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities) important;