modify modern css reset by hankchizljaw
npm install modern-css-reset-plus-tool!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.
#### Resetting
* Extend elements removing default margin
* Delete a line under links
* Reset list marker position
#### Tools
* Warn when image source is not defined by show red element
* Add icons after links when using "icon_link" or "icon_link_blank" --FONTAWSOME IS REQUESTED--
NPM:
``console`
npm install --save-dev modern-css-reset-plus-tool
Yarn:
`console`
yarn add --save-dev modern-css-reset-plus-tool
Unpkg CDN:
`html`
jsDelivr CDN:
`html`
First, let's clone this repository:
`console`
git clone https://github.com/lmGroupJp/modern-css-reset-plus-tool.git
Then, go to modern-css-reset-plus-tool directory:
`console`
cd modern-css-reset-plus-tool
And now, you can minify and move the main reset to the dist by running:
`console``
npm run build
That's it! 🎉
MIT