Skip to content

Reset Search Input

A preflight that removes the x button from the search inputs.

/* NOTE: for some reason `@base` didn't work here. */
@layer base {
input[type="search"] {
@apply reset-search-input;
}
}

How to import?

How to import?