first commit
This commit is contained in:
15
wp-content/themes/twentytwentyone/.stylelintrc.json
Normal file
15
wp-content/themes/twentytwentyone/.stylelintrc.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": [
|
||||
"stylelint-config-wordpress/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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user