Files
xsh-assistant-next/assets/css/tailwind.css
2024-05-10 13:43:36 +08:00

10 lines
117 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
box-sizing: border-box;
}
}