reset.css

Genuine Eric Meyer's Reset CSS bundled as npm package

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
reset.css
2.0.29 years ago9 years agoMinified + gzip package size for reset.css in KB

Readme

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)