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:
authorChris Rebert <github@chrisrebert.com>2015-09-30 02:15:49 +0300
committerChris Rebert <github@chrisrebert.com>2015-09-30 02:15:49 +0300
commit2872ae5de1a520e757c542b92e4736c845a6e75d (patch)
tree12e50683bcea6088a8eaed0f5647d63306194d5e
parent9f95b592ce2c9b3f141db9b973d0c98568c2c549 (diff)
parentf7f29645a6d4df5c90b71fc5a00969c434948731 (diff)
Merge pull request #17737 from nextgenthemes/v4-dev
Rename .scsslint.yml to .scss-lint.yml
-rw-r--r--Gruntfile.js2
-rw-r--r--scss/.scss-lint.yml (renamed from scss/.scsslint.yml)0
2 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']
diff --git a/scss/.scsslint.yml b/scss/.scss-lint.yml
index 35ce8194f8..35ce8194f8 100644
--- a/scss/.scsslint.yml
+++ b/scss/.scss-lint.yml