modern-css-reset-plus-tool
v1.1.1
Published
modify modern css reset by hankchizljaw
Downloads
19
Maintainers
Readme
A modern CSS reset plus tool
A tiny little reset that you can use as the basis of your CSS projects. You can read a breakdown of it here.
Changes
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--
Installation
NPM:
npm install --save-dev modern-css-reset-plus-tool
Yarn:
yarn add --save-dev modern-css-reset-plus-tool
Unpkg CDN:
<link rel="stylesheet" href="https://unpkg.com/modern-css-reset-plus-tool/dist/reset.min.css" />
jsDelivr CDN:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/modern-css-reset-plus-tool/dist/reset.min.css" />
Manual installation
First, let's clone this repository:
git clone https://github.com/lmGroupJp/modern-css-reset-plus-tool.git
Then, go to modern-css-reset-plus-tool
directory:
cd modern-css-reset-plus-tool
And now, you can minify and move the main reset to the dist
by running:
npm run build
That's it! 🎉
License
MIT