- Timestamp:
- 10/15/2019 06:45:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/.stylelintrc.json
r46271 r46551 1 1 { 2 "extends": "stylelint-config-wordpress", 2 "extends": [ 3 "stylelint-config-wordpress" 4 ], 5 "plugins": ["stylelint-a11y"], 3 6 "rules": { 4 7 "font-family-no-missing-generic-family-keyword": null, 5 "no-descending-specificity": null 8 "no-descending-specificity": null, 9 "a11y/no-outline-none": true, 10 "a11y/selector-pseudo-class-focus": true 6 11 } 7 12 }
Note: See TracChangeset
for help on using the changeset viewer.