Commit ee1a2281 authored by ruedap's avatar ruedap Committed by XhmikosR
Browse files

Fix incorrect value of Stylelint option (#26192)

parent ee91fdbf
2 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes
Showing with 1 addition and 3 deletions
+1 -3
...@@ -4,9 +4,7 @@ ...@@ -4,9 +4,7 @@
"stylelint-order" "stylelint-order"
], ],
"rules": { "rules": {
"at-rule-empty-line-before": [null, { "at-rule-empty-line-before": null,
"except": ["first-nested"]
}],
"at-rule-name-space-after": "always", "at-rule-name-space-after": "always",
"at-rule-no-vendor-prefix": true, "at-rule-no-vendor-prefix": true,
"at-rule-semicolon-space-before": "never", "at-rule-semicolon-space-before": "never",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment