reset.css

2.0.2 • Public • Published

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)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.2
    11,634
    • latest

Version History

Package Sidebar

Install

npm i reset.css

Weekly Downloads

9,335

Version

2.0.2

License

SEE LICENSE IN reset.css

Last publish

Collaborators

  • kossnocorp