2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
2 changed files with 1 additions and 1 deletions
+1 -1
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']