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