1.1.1 • Published 4 years ago

modern-css-reset-plus-tool v1.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

A modern CSS reset plus tool

The Uncompressed size of this reset The GZIP size of this reset The Brotli size of this reset License: MIT

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