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

Fix incorrect value of Stylelint option (#26192)

parent ee91fdbf
Showing with 1 addition and 3 deletions
+1 -3
......@@ -4,9 +4,7 @@
"stylelint-order"
],
"rules": {
"at-rule-empty-line-before": [null, {
"except": ["first-nested"]
}],
"at-rule-empty-line-before": null,
"at-rule-name-space-after": "always",
"at-rule-no-vendor-prefix": true,
"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