lb-dk-2023/assets/bootstrap-4.5.2/site/docs/4.5/examples/.stylelintrc

16 lines
395 B
Plaintext
Raw Normal View History

2023-08-15 17:02:21 +02:00
{
"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
}
}