A bare-bones CSS reset for modern web development
npm install modern-css-reset!The Uncompressed size of this reset
!The GZIP size of this reset
!The Brotli size of this reset

A tiny little reset that you can use as the basis of your CSS projects. You can read a breakdown of it here.
NPM:
``console`
npm install --save-dev modern-css-reset
Yarn:
`console`
yarn add modern-css-reset
Unpkg CDN:
`html`
jsDelivr CDN:
`html`
First, let's clone this repository:
`console`
git clone https://github.com/hankchizljaw/modern-css-reset.git
Then, go to modern-css-reset directory:
`console`
cd modern-css-reset
And now, you can minify and move the main reset to the dist by running:
`console``
npm run build
That's it! 🎉
MIT