Skip to content
On this page

Appearance

Utilities for applying appearance to an element.

Quick reference

ClassProperty
appearance-noneappearance: 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"/>

Released under the MIT License.