| Current Path : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/site/docs/4.3/examples/ |
| Current File : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/site/docs/4.3/examples/.stylelintrc |
{
"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
}
}