Nanoreset is an minimal CSS reset intented for modern web apps. It is heavily based on Josh's Custom CSS Reset with slight modifcations for my use cases.
With package manager:
with npm
:
npm install nanoreset
with yarn
:
yarn add nanoreset
With CDN:
In your HTML:
<link rel="stylesheet" href="https://unpkg.com/nanoreset/nanoreset.min.css">
or directly in your CSS:
@import url('https://unpkg.com/nanoreset/nanoreset.min.css')
Checkout the demo using HTML5 Test Page.
Contributions are welcome. Please open up an issue or create PR if you would like to help out. If editing the README, please conform to the standard-readme specification.
Licensed under the MIT License.