mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
d95d30029f
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-twbs-bootstrap/css"
|
|
],
|
|
"rules": {
|
|
"at-rule-no-vendor-prefix": null,
|
|
"comment-empty-line-before": null,
|
|
"media-feature-name-no-vendor-prefix": null,
|
|
"property-blacklist": null,
|
|
"property-no-vendor-prefix": null,
|
|
"selector-no-qualifying-type": null,
|
|
"selector-no-vendor-prefix": null,
|
|
"value-no-vendor-prefix": null
|
|
}
|
|
}
|