From 96f2f0f6d789e675eed2484c2d007c4c5fd12fa6 Mon Sep 17 00:00:00 2001 From: Andy Bell Date: Tue, 1 Oct 2019 15:20:28 +0100 Subject: [PATCH] Add basic readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8bc1159..c548c07 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ # 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). + +## Commands + +You can minify and move the main reset to the `dist` by running: + +```bash +npm run build +```