Sass Lint

Review Sass with Hound

Scott avatar
Written by Scott
Updated over a week ago

Hound uses Sass Lint (v1.12.1) with this config by default.

To enable Sass Lint style checking, add the following to your .hound.yml

sass-lint:
  enabled: true

To change the way Sass Lint is configured, add .sass-lint.yml file to your project, specify your desired configuration and reference the file in your .hound.yml

sass-lint:
  enabled: true
  config_file: .sass-lint.yml
Did this answer your question?