summaryrefslogtreecommitdiff
path: root/.scss-lint.yml
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-07-12 00:33:45 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-07-12 00:33:45 +0000
commit375c910a4803f30b79487a47fe3d9f37a29e7f9f (patch)
treec0d0d7b8073e12a558ee9c63520d4bbbd16f45a8 /.scss-lint.yml
parent919c9930fae9d3915806bcd1de5ada5ebbee3fcb (diff)
parent2fb911aafd9e3a84d096568d9f652d04a31329d2 (diff)
downloadgitlab-ce-375c910a4803f30b79487a47fe3d9f37a29e7f9f.tar.gz
Merge branch 'enable-scss-lint-space-after-comma' into 'master'
Enable SpaceAfterComma in scss-lint See merge request !12734
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..5037569d361 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -176,7 +176,7 @@ linters:
# Commas in lists should be followed by a space.
SpaceAfterComma:
- enabled: false
+ enabled: true
# Properties should be formatted with a single space separating the colon
# from the property's value.