mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 15:40:59 +00:00
Fix incorrect value of Stylelint option (#26192)
This commit is contained in:
parent
ee91fdbf14
commit
ee1a22812b
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user