2025-02-14 20:01:18 +11:00
|
|
|
@import "tailwindcss";
|
|
|
|
|
@plugin "@tailwindcss/typography";
|
|
|
|
|
@plugin "@tailwindcss/forms";
|
2025-04-15 21:46:34 -04:00
|
|
|
@config "../tailwind.config.js";
|
2025-08-01 13:11:56 +10:00
|
|
|
|
|
|
|
|
@layer base {
|
|
|
|
|
input[type="number"]::-webkit-outer-spin-button,
|
|
|
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
|
|
|
input[type="number"] {
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
-moz-appearance: textfield !important;
|
|
|
|
|
}
|
|
|
|
|
}
|