A bare-bones CSS reset for modern web development.
dist | ||
src | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENCE | ||
package-lock.json | ||
package.json | ||
README.md |
A modern CSS reset
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" />
Mannual installation
You can minify and move the main reset to the dist
by running:
$ git clone https://github.com/hankchizljaw/modern-css-reset.git
$ cd modern-css-reset
$ npm run build
License
MIT