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

8 lines
154 B
JSON

{
"extends": "stylelint-config-wordpress",
"rules": {
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null
}
}