From 1b599ba74699873c1100d31f6ff8e5e17631a172 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Sun, 26 Apr 2020 11:18:59 -0400 Subject: [PATCH] add npm and gzip size badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e977dbd..4a85014 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ A design system for building faithful recreations of old UIs. 98.css is a CSS file that takes semantic HTML and makes it look pretty. It does not ship with any JavaScript, so it is compatible with your frontend framework of choice. +[![npm](https://img.shields.io/npm/v/98.css.svg)](http://npm.im/98.css) +[![gzip size](http://img.badgesize.io/https://unpkg.com/98.css?compression=gzip&label=gzip)](https://unpkg.com/98.css) + ### Installation / Usage The easiest way to use 98.css is to import it from [unpkg](https://unpkg.com/).