Skip to content

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;
}
}

How to import?

How to import?