WordPress/wp-content/themes/twentytwentyone/.stylelintrc.json

17 lines
425 B
JSON

{
"extends": [
"@wordpress/stylelint-config/scss"
],
"rules": {
"selector-class-pattern": null,
"font-weight-notation": null,
"selector-type-no-unknown": null,
"max-line-length": null,
"at-rule-empty-line-before": null,
"selector-pseudo-element-colon-notation": null,
"number-leading-zero": null,
"no-descending-specificity": null,
"length-zero-no-unit": [true, {"ignore": ["custom-properties"]}]
}
}