diff options
author | Sam Rose <samrose3@gmail.com> | 2016-11-30 08:25:25 -0500 |
---|---|---|
committer | Sam Rose <samrose3@gmail.com> | 2016-12-01 20:22:51 -0500 |
commit | d6d22a5dbd2ee04b59b2a80b3b6228575c3ea3ec (patch) | |
tree | 4a9d214e6877c9432494d12532072a0e6432ea57 /.scss-lint.yml | |
parent | 994530270899ae904fbf5a77b602990b8cd79c67 (diff) | |
download | gitlab-ce-d6d22a5dbd2ee04b59b2a80b3b6228575c3ea3ec.tar.gz |
Enable ColorVariable 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 aae8d9b6dbe..83c68309fa8 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -30,7 +30,7 @@ linters: # variable declarations. They should be referred to via variables everywhere # else. ColorVariable: - enabled: false + enabled: true # Which form of comments to prefer in CSS. Comment: |