]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add dash to .scsslint.yml
authornextgenthemes <nextgenthemes@users.noreply.github.com>
Tue, 29 Sep 2015 22:48:56 +0000 (00:48 +0200)
committernextgenthemes <nextgenthemes@users.noreply.github.com>
Tue, 29 Sep 2015 22:48:56 +0000 (00:48 +0200)
Gruntfile.js

index deae1ca863ebdd4e1f5b0ad27203e8ad3a12034f..f3f38876627e8db10b4a8907d8c7b4fc1d5ddaf6 100644 (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']