diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-16 12:28:52 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-16 12:28:52 -0500 |
commit | 95eb0ced5d5bd86d1c6ddf82bc727dbeff4dcfa3 (patch) | |
tree | 3940af60b319ed7a5532a3a7e63c99832b3cea20 /.scss-lint.yml | |
parent | a290c92bb94f42a4bf267f11f6dee94691cc1d66 (diff) | |
download | gitlab-ce-95eb0ced5d5bd86d1c6ddf82bc727dbeff4dcfa3.tar.gz |
Fix scss_lint
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml index 180d377d6f8..3df66033fa8 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -46,8 +46,9 @@ linters: # - properties # - @include declarations with inner @content # - nested rule sets. + # Disabled to minimize Bootstrap migration footprint DeclarationOrder: - enabled: true + enabled: false # `scss-lint:disable` control comments should be preceded by a comment # explaining why these linters are being disabled for this file. |