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