A guard to lint your SCSS.
Add this line to your application's Gemfile:
gem 'guard-scss-lint'
And then execute:
$ bundle
Install with:
$ gem install guard-scss-lint
Add a basic setup to your Guardfile with:
guard init scss-lint
Please read the [Guard usage documentation][gdoc].
guard-sass can be adapted to all kind of projects. Please read the [Guard documentation][gdoc] for more information about the Guardfile DSL.
- Fork it ( http://github.com//guard-scss-lint/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request