Files
property-match/src/index.css
T
Benjamin Sutter 9e827c50f9 Initial commit
2026-05-15 00:48:18 +02:00

5 lines
144 B
CSS

@layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities);