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,