mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Fix incorrect value of Stylelint option (#26192)
This commit is contained in:
+1
-3
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user