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