Add basic readme
This commit is contained in:
parent
cad47592ce
commit
96f2f0f6d7
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -1 +1,13 @@
|
|||
# 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](https://hankchizljaw.com/wrote/a-modern-css-reset/).
|
||||
|
||||
You can find it on [NPM, here](https://www.npmjs.com/package/modern-css-reset).
|
||||
|
||||
## Commands
|
||||
|
||||
You can minify and move the main reset to the `dist` by running:
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue