inventory-control/app/globals.css

20 lines
235 B
CSS
Raw Normal View History

2024-10-28 22:23:01 +08:00
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: Arial, Helvetica, sans-serif;
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
}
@layer base {
:root {
--radius: 0.5rem;
}
}