From 8867a736693d98e64beba86ca40991727403baa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 12 Jun 2020 11:05:02 -0400 Subject: [PATCH] Update README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f01831c..ac64b78 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,19 @@ _This command will look at your `.nvmrc` file and use the version node.js specif _This command looks at `package.json` and installs all the npm dependencies specified in it. Some of the dependencies include grunt and grunt-sass._ +## Usage + +### Compile CSS + +`grunt sass` + +See more available Grunt commands: + +`grunt --help` + + +## Stuff we're not using + ### Rebuild the style guide `grunt kss`