Macrame/panels/test_panel/input.css
2025-04-05 23:25:37 +02:00

6 lines
162 B
CSS

@layer theme, utilities;
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities);
body * {
box-sizing: border-box;
}