Skip to main content

Appearance

Utilities for suppressing native form control styling.

CSS Property:appearance
Classes:2

Appearance Classes

ClassCSS
appearance-noneappearance: none;
appearance-autoappearance: auto;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[appearance:value]

Responsive Variants

Apply appearance utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:appearance-none
768px+md:md:appearance-none
1024px+lg:lg:appearance-none
1280px+xl:xl:appearance-none
1536px+2xl:2xl:appearance-none