# Resets

A few useful resets classes.

- **Border:** border-none
- **Margin:** margin-none
- **Padding:** padding-none
- **Outline:** outline-none
- **Shadow:** shadow-none
- **Width:** width-auto
- **Unset min width** min-width-unset
- **Selection disabled** selection-disabled

## Examples
````Html
<input type="button" value="Click me!" class="border-none padding-none background-none">
````
