From f035cd486a5d929881fc7b36c9bd716d6b5c0ae4 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 24 Oct 2016 14:49:06 -0500 Subject: Enable SpaceAfterVariableColon in scss-lint --- .scss-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scss-lint.yml') 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. -- cgit v1.2.3