Add badges
This commit is contained in:
parent
df5dbf0351
commit
7e119615b0
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# 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/).
|
||||
|
||||
You can find it on [NPM, here](https://www.npmjs.com/package/modern-css-reset).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "modern-css-reset",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "A bare-bones CSS reset for modern web development",
|
||||
"main": "./dist/reset.min.css",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue