# CSS Resets `nano-css` has a number of CSS reset addons. Simply, install one of the following addons and that CSS reset will be injected on your page. - `reset/EricMeyer` - `reset/EricMeyerCondensed` - `reset/Minimalistic` - `reset/Minimalistic2` - `reset/Minimalistic3` - `reset/PoorMan` - `reset/ShaunInman` - `reset/Siolon` - `reset/Tantek` - `reset/Tripoli` - `reset/Universal` Read more about the [Addon Installation](./Addons.md#addon-installation). ## Example ```js import {addon as addonReset} from 'nano-css/addon/reset/EricMeyerCondensed'; adddonReset(nano); ```