Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Grunt plugin for Sass Lint

License

Notifications You must be signed in to change notification settings

mobify/grunt-sass-lint

 
 

Repository files navigation

Grunt Sass Lint

Grunt plugin for Sass Lint.

Install

npm install grunt-sass-lint --save-dev

Examples

grunt.initConfig({
	sasslint: {
		options: {
			configFile: 'config/.sass-lint.yml',
		},
		target: ['location/*.scss']
	}
});

Options

See the sass-lint options.

In addition the following options are supported:

configFile

Type: string
Default: ``

Will fallback to .sass-lint.yml or the file location set at the "sasslintConfig" key inside of package.json

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%