Skip to content

gruenspar/grunt-sass-lint

This branch is 28 commits behind sasstools/grunt-sass-lint:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Micah Godbolt
Oct 13, 2015
50cd9ae · Oct 13, 2015

History

13 Commits
Sep 11, 2015
Aug 27, 2015
Aug 27, 2015
Aug 27, 2015
Aug 27, 2015
Aug 27, 2015
Sep 18, 2015
Aug 27, 2015
Sep 18, 2015
Aug 27, 2015
Aug 27, 2015
Oct 13, 2015
Sep 11, 2015

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

About

Grunt plugin for Sass Lint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%