aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornextgenthemes <[email protected]>2015-09-30 00:48:56 +0200
committernextgenthemes <[email protected]>2015-09-30 00:48:56 +0200
commitf80fdf2da50505f446fe04920b64297200550c08 (patch)
tree998c6e36475b05e4ae24b99b1dab39edb8e6411c
parent9f95b592ce2c9b3f141db9b973d0c98568c2c549 (diff)
downloadbootstrap-f80fdf2da50505f446fe04920b64297200550c08.tar.xz
bootstrap-f80fdf2da50505f446fe04920b64297200550c08.zip
add dash to .scsslint.yml
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index deae1ca86..f3f388766 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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']