File ".stylelintrc.json"

Full path: /home/sergemamey/www/wp-content/themes/twentytwenty/.stylelintrc.json
File size: 281 B B
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

{
	"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
	}
}