Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-10-24 22:49:06 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-10-24 22:49:06 +0300
commitf035cd486a5d929881fc7b36c9bd716d6b5c0ae4 (patch)
treeb8883a12a2db9c34b2d0a41278e30656c0870931 /.scss-lint.yml
parentcb38290ababe43aca0c635fb87d3a38c4c5debcd (diff)
Enable SpaceAfterVariableColon in scss-lint
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 5093702519b..1958803cfde 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -191,7 +191,7 @@ linters:
# Variables should be formatted with a single space separating the colon
# from the variable's value.
SpaceAfterVariableColon:
- enabled: false
+ enabled: true
# Variables should be formatted with no space between the name and the
# colon.