1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@tailwind base; @tailwind components; @tailwind utilities; @layer utilities { input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { @apply appearance-none; } input[type="file"] { @apply appearance-none; } }