commit
73e6a44bed
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -1,13 +1,19 @@
|
||||||
# A modern CSS reset
|
# A modern CSS reset
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
[](https://opensource.org/licenses/MIT)
|
[](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/).
|
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).
|
## 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" />`
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue