[chore] Enabled Stylelint 'declaration-bang-space-before' rule

This commit is contained in:
Steven Evans
2018-07-09 22:39:16 -04:00
parent afb2571941
commit 65082d4e0b

View File

@ -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,