From a594170d8cd0a65a533be699d1e46f09187658f3 Mon Sep 17 00:00:00 2001 From: Kaelig Date: Mon, 2 May 2016 17:28:32 -0700 Subject: [PATCH] Update instructions to generate styles using node-sass --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 93c4e68..67dc9a9 100644 --- a/README.mkd +++ b/README.mkd @@ -37,4 +37,4 @@ Install Sass, then open the terminal and run: or, if running [node-sass](https://github.com/sass/node-sass): -`node-sass --watch s.scss s.css --source-map s.css.map` +`node-sass s.scss s.css --source-map true`