From 60c5c51d37924e0405cea43f30a1937b0840a9c4 Mon Sep 17 00:00:00 2001 From: BSKY Date: Wed, 2 Oct 2019 09:18:23 +0900 Subject: [PATCH 1/2] Add installation section to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c02a7cd..1231d0d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ A tiny little reset that you can use as the basis of your CSS projects. You can 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: `` + - jsDelivr: `` + ## Commands You can minify and move the main reset to the `dist` by running: From 035734362c90d723bbc4f4f773a3f2a3d069cd8a Mon Sep 17 00:00:00 2001 From: BSKY Date: Wed, 2 Oct 2019 09:19:21 +0900 Subject: [PATCH 2/2] Tweaks --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1231d0d..3f86aac 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # A modern CSS reset -![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) +![The Uncompressed size of this reset](https://img.badgesize.io/https://unpkg.com/modern-css-reset?label=Uncompressed%20Size) +![The GZIP size of this reset](https://img.badgesize.io/https://unpkg.com/modern-css-reset?compression=gzip&label=GZIP%20Size) +![The Brotli size of this reset](https://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). - ## Installation - NPM: `npm install modern-css-reset`