1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Merge pull request #17737 from nextgenthemes/v4-dev

Rename .scsslint.yml to .scss-lint.yml
This commit is contained in:
Chris Rebert 2015-09-29 16:15:49 -07:00
commit 2872ae5de1
2 changed files with 1 additions and 1 deletions

View file

@ -208,7 +208,7 @@ module.exports = function (grunt) {
scsslint: {
options: {
bundleExec: true,
config: 'scss/.scsslint.yml',
config: 'scss/.scss-lint.yml',
reporterOutput: null
},
src: ['scss/*.scss', '!scss/_normalize.scss']