Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 758 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 758 Bytes

Sass Lint CLI

A CLI package for Sass Lint

! Deprecated !

Now that Sass Lint has a built-in CLI, this package is now depreated. Please use Sass Lint for your CLI purposes as I cannot guarantee this will be available in the future.

Installation

npm install sass-lint-cli

Config File Support

Custom configuration using .sass-lint.yaml is not yet supported and will fallback to Sass Lint's sample configuration. Support for custom configs is in the works.

Examples

sl-cli main.scss
sl-cli *.scss
sl-cli **/*.scss