1.1.1 • Published 5 years ago
modern-css-reset-plus-tool v1.1.1
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-toolYarn:
yarn add --save-dev modern-css-reset-plus-toolUnpkg 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.gitThen, go to modern-css-reset-plus-tool directory:
cd modern-css-reset-plus-toolAnd now, you can minify and move the main reset to the dist by running:
npm run buildThat's it! 🎉
License
MIT