summaryrefslogtreecommitdiff
path: root/.scss-lint.yml
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-10 21:23:29 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 08:18:39 +0900
commit2f7a399c7356f0b4da447f3d15e258b0d67ab6a8 (patch)
treea0c2d3c563ff236ee373c7716f52b035f3c797e2 /.scss-lint.yml
parent420f6b5474e49e17226415250846e48fe514fe0d (diff)
downloadgitlab-ce-2f7a399c7356f0b4da447f3d15e258b0d67ab6a8.tar.gz
Enable ImportPath in scss-lint
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index db234ad739c..614c3fbb844 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -93,7 +93,7 @@ linters:
# The basenames of @imported SCSS partials should not begin with an
# underscore and should not include the filename extension.
ImportPath:
- enabled: false
+ enabled: true
# Avoid using !important in properties. It is usually indicative of a
# misunderstanding of CSS specificity and can lead to brittle code.