From 010fb2abfabca8a08f58aaca1d0803fca117630c Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 19 Apr 2016 17:48:28 -0400 Subject: [PATCH] chore: update scripts README with Sass linter steps --- scripts/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index ce18501d31..aa8843c2ef 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -64,6 +64,9 @@ To remove the linked version of `ionic-angular` do `npm rm ionic-angular`, and t 1. `gulp karma` +### Running Sass Linter + +1. See the [Sass Guidelines](https://github.com/driftyco/ionic/blob/2.0/CONTRIBUTING.md#sass-guidelines) for editing Sass and running the linter. # Releasing