Add gap to the valid property spellings

This commit is contained in:
Kevin MacMartin 2023-10-04 16:41:17 -04:00
parent 76ca0584ee
commit 5f0471ff4d

View file

@ -98,7 +98,7 @@ rules:
no-mergeable-selectors: 1
no-misspelled-properties:
- 1
- extra-properties: []
- extra-properties: [ 'gap' ]
no-qualifying-elements:
- 1
- allow-element-with-attribute: true