Changeset 7283 for trunk/.stylelint.scss.json
- Timestamp:
- 07/31/2024 10:51:04 PM (9 months ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/.stylelint.scss.json
r7280 r7283 1 1 { 2 "extends": "stylelint-config-wordpress/scss",2 "extends": [ "@wordpress/stylelint-config/scss" ], 3 3 "rules": { 4 4 "font-family-no-missing-generic-family-keyword": null, 5 "no-descending-specificity": null 5 "no-descending-specificity": null, 6 "selector-id-pattern": null, 7 "selector-class-pattern": null, 8 "property-no-unknown": true, 9 "scss/no-global-function-names": null 6 10 } 7 11 }
Note: See TracChangeset
for help on using the changeset viewer.