From 65082d4e0b2860e27ea8a5abb01f109eba90bce0 Mon Sep 17 00:00:00 2001 From: Steven Evans Date: Mon, 9 Jul 2018 22:39:16 -0400 Subject: [PATCH] [chore] Enabled Stylelint 'declaration-bang-space-before' rule --- stylelint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylelint.config.js b/stylelint.config.js index 0ad498e64..3e758db82 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -55,7 +55,7 @@ module.exports = { "custom-property-empty-line-before": "never", "custom-property-pattern": "my-.+", "declaration-bang-space-after": "never", -// "declaration-bang-space-before": "always", + "declaration-bang-space-before": "always", // "declaration-block-no-duplicate-properties": true, "declaration-block-no-redundant-longhand-properties": true, "declaration-block-no-shorthand-property-overrides": true,