- Timestamp:
- 05/24/2021 06:32:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/.stylelintrc.json
r50972 r50975 11 11 "selector-pseudo-element-colon-notation": null, 12 12 "number-leading-zero": null, 13 "no-descending-specificity": null 13 "no-descending-specificity": null, 14 "length-zero-no-unit": [true, {"ignore": ["custom-properties"]}] 14 15 } 15 16 }
Note: See TracChangeset
for help on using the changeset viewer.