2019-10-01 13:02:39 +00:00
# A modern CSS reset
2019-10-01 14:20:28 +00:00
2019-10-02 00:19:21 +00:00



2019-10-01 14:26:55 +00:00
[](https://opensource.org/licenses/MIT)
2019-10-01 14:20:28 +00:00
A tiny little reset that you can use as the basis of your CSS projects. You can read a [breakdown of it here ](https://hankchizljaw.com/wrote/a-modern-css-reset/ ).
2019-10-02 00:18:23 +00:00
## Installation
- NPM: `npm install modern-css-reset`
- Yarn: `yarn add modern-css-reset`
- CDN:
- Unpkg: `<link rel="stylesheet" href="https://unpkg.com/modern-css-reset/dist/reset.min.css" />`
- jsDelivr: `<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/modern-css-reset/dist/reset.min.css" />`
2019-10-01 14:20:28 +00:00
## Commands
You can minify and move the main reset to the `dist` by running:
```bash
npm run build
```