A bare-bones CSS reset for modern web development.
Find a file
2020-11-06 19:35:28 +00:00
dist Build 2020-11-06 19:11:50 +00:00
src Merge pull request #33 from hankchizljaw/feature/over-reaching-elements 2020-11-06 19:35:28 +00:00
.gitignore Initial 2019-10-01 14:02:39 +01:00
CONTRIBUTING.md Contributing guide 2019-10-01 15:04:17 +01:00
LICENSE Rename LICENCE to LICENSE 2020-01-23 22:33:22 +03:00
package-lock.json Publish new version 2019-10-03 20:58:08 +01:00
package.json Hot Fix: fix whoopsie on list rules 2020-11-06 19:11:32 +00:00
README.md Update README.md 2020-01-24 01:09:15 +03:00

A modern CSS reset

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.

Installation

NPM:

npm install --save-dev modern-css-reset

Yarn:

yarn add modern-css-reset

Unpkg CDN:

<link rel="stylesheet" href="https://unpkg.com/modern-css-reset/dist/reset.min.css" />

jsDelivr CDN:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/modern-css-reset/dist/reset.min.css" />

Manual installation

First, let's clone this repository:

git clone https://github.com/hankchizljaw/modern-css-reset.git

Then, go to modern-css-reset directory:

cd modern-css-reset

And now, you can minify and move the main reset to the dist by running:

npm run build

That's it! 🎉

License

MIT