This CSS reset is for my own usage, it is based on:
normalize.css
https://github.com/necolas/normalize.css
Eric Meyer's CSS Reset
https://meyerweb.com/eric/tools/css/reset/
Josh's custom CSS reset
https://www.joshwcomeau.com/css/custom-css-reset/
The CSS reset consists of two files, normalize.css and reset.css. The css-minify
package is used to bundle and minify the named files.
git clone https://github.com/dusanbrankov/css-reset.git
cd css-reset
npm install
npm run minify # save output to reset.min.css