0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-10 03:46:13 +01:00

16 lines
395 B
Plaintext
Raw Normal View History

2017-10-07 19:16:49 +03:00
{
"extends": [
2019-01-10 15:56:54 +02:00
"stylelint-config-twbs-bootstrap/css"
],
2017-10-07 19:16:49 +03:00
"rules": {
"at-rule-no-vendor-prefix": null,
"comment-empty-line-before": null,
"media-feature-name-no-vendor-prefix": null,
"property-blacklist": null,
2017-10-07 19:16:49 +03:00
"property-no-vendor-prefix": null,
"selector-no-qualifying-type": null,
"selector-no-vendor-prefix": null,
"value-no-vendor-prefix": null
}
}