Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornextgenthemes <nextgenthemes@users.noreply.github.com>2015-09-30 01:48:56 +0300
committernextgenthemes <nextgenthemes@users.noreply.github.com>2015-09-30 01:48:56 +0300
commitf80fdf2da50505f446fe04920b64297200550c08 (patch)
tree998c6e36475b05e4ae24b99b1dab39edb8e6411c
parent9f95b592ce2c9b3f141db9b973d0c98568c2c549 (diff)
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 deae1ca863..f3f3887662 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']