diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2017-07-12 01:07:26 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2017-07-12 01:07:26 +0000 |
commit | e963205c81858b58872e6ac936198f420c3d31c0 (patch) | |
tree | 4a4ebd41bd39c89e71eb2d28bca04818c9925652 /.scss-lint.yml | |
parent | 553610c427eeb3cda4420e104d83d7ba2b925b8a (diff) | |
parent | 2f7a399c7356f0b4da447f3d15e258b0d67ab6a8 (diff) | |
download | gitlab-ce-e963205c81858b58872e6ac936198f420c3d31c0.tar.gz |
Merge branch 'enable-scss-lint-import-path' into 'master'
Enable ImportPath in scss-lint
See merge request !12749
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 f63e65f895b..bf95b42a25c 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. |