diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-10 21:23:29 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-12 08:18:39 +0900 |
commit | 2f7a399c7356f0b4da447f3d15e258b0d67ab6a8 (patch) | |
tree | a0c2d3c563ff236ee373c7716f52b035f3c797e2 /.scss-lint.yml | |
parent | 420f6b5474e49e17226415250846e48fe514fe0d (diff) | |
download | gitlab-ce-2f7a399c7356f0b4da447f3d15e258b0d67ab6a8.tar.gz |
Enable ImportPath in scss-lint
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 2 |
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. |