aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json
blob: 4db6c0198e7bff011eea1acb03f63f6e6aa46193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"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
	}
}