Files
xsh-assistant-next/app/assets/css/tailwind.css

10 lines
117 B
CSS

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