2.0.2 • Published 9 years ago

reset.css v2.0.2

Weekly downloads
4,875
License
SEE LICENSE IN re...
Repository
github
Last release
9 years ago

reset.css

Genuine Eric Meyer's Reset CSS bundled as npm package.

Installation

npm install reset.css --save

Example

When using with cssnext:

@import 'reset.css';

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

License

None (public domain)