mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 15:29:26 +00:00
6 lines
162 B
CSS
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;
|
|
}
|