guard-scss_lint 0.1.4
A Guard plugin to lint your .scss files using scss_lint. SCSS Lint changed from scss-lint to scss_lint and this is the guard update for that.
Gemfile:
=
install:
=
Runtime Dependencies (2):
guard-compat
~> 1.1
scss_lint
~> 0.43.0
Development Dependencies (9):
bundler
>= 0
guard-rspec
>= 0
guard-rubocop
>= 0
pry
>= 0
pry-nav
>= 0
rake
>= 0
rspec
>= 0
rubocop
>= 0
simplecov
>= 0