Appearance
Utilities for applying appearance
to an element.
Quick reference
Class | Property |
---|---|
appearance-none | appearance: none; |
Usage
Removing default element appearance
Use appearance-none
to reset default browser styles on any html element but specially form elements.
html
<input type="checkbox" class="appearance-none"/>