Add badges

This commit is contained in:
Andy Bell 2019-10-01 15:26:55 +01:00
parent df5dbf0351
commit 7e119615b0
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# A modern CSS reset
![The current build status based on whether tests are passing](https://api.travis-ci.org/hankchizljaw/modern-css-reset.svg?branch=master)
![The Uncompressed size of this reset](http://img.badgesize.io/https://unpkg.com/modern-css-reset?label=Uncompressed%20Size)
![The GZIP size of this reset](http://img.badgesize.io/https://unpkg.com/modern-css-reset?compression=gzip&label=GZIP%20Size)
![The Brotli size of this reset](http://img.badgesize.io/https://unpkg.com/modern-css-reset?compression=brotli&label=Brotli%20Size)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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).

View file

@ -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": {