Reset Number Input
A preflight that removes the arrows from the number inputs.
/* NOTE: for some reason `@base` didn't work here. */@layer base { input[type="number"] { @apply reset-number-input; }}
A preflight that removes the arrows from the number inputs.
/* NOTE: for some reason `@base` didn't work here. */@layer base { input[type="number"] { @apply reset-number-input; }}