Interactivity

Appearance

Utilities for disables native styling based on the native browser theme.


Variant

Active Checked Child-Selection Dark Mode Disabled Expand First-Last-Selection First-Letter Focus Focus-Visible Focus-Within Fullscreen Group-Focus Group-Hover Hover Landscape Light Mode Portrait Reduce-Motion Responsive Selection-Hover Visited

API

classcss
appearance-noneappearance: none

Usage

<div class="appearance-none">
...
</div>
HTML
.dummy {
@extend
.appearance-none;
}
SCSS