Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 581 Bytes

resets.md

File metadata and controls

27 lines (20 loc) · 581 Bytes

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.

Example

import {addon as addonReset} from 'nano-css/addon/reset/EricMeyerCondensed';

adddonReset(nano);