Skip to main content

Sass Lint

Review Sass with Hound

Written by Scott

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?