# A modern CSS reset



[](https://opensource.org/licenses/MIT)
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/).
## Installation
- NPM: `npm install modern-css-reset`
- Yarn: `yarn add modern-css-reset`
- CDN:
- Unpkg: ``
- jsDelivr: ``
## Commands
You can minify and move the main reset to the `dist` by running:
```bash
npm run build
```