WordPress/wp-content/themes/twentytwenty/.stylelintrc.json
2019-10-25 19:29:04 +00:00

13 lines
269 B
JSON

{
"extends": [
"stylelint-config-wordpress"
],
"plugins": ["stylelint-a11y"],
"rules": {
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null,
"a11y/no-outline-none": true,
"a11y/selector-pseudo-class-focus": true
}
}