reset.css
v2.0.2
Published
Genuine Eric Meyer's Reset CSS bundled as npm package
Readme
reset.css
Genuine Eric Meyer's Reset CSS bundled as npm package.
Installation
npm install reset.css --saveExample
When using with cssnext:
@import 'reset.css';
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}License
None (public domain)
