Add aspect-ratio to the list of properties

This commit is contained in:
Kevin MacMartin 2024-02-27 21:23:14 -05:00
parent 12de86d25d
commit f91d132083

View file

@ -98,7 +98,7 @@ rules:
no-mergeable-selectors: 1
no-misspelled-properties:
- 1
- extra-properties: [ 'gap' ]
- extra-properties: [ 'aspect-ratio', 'gap' ]
no-qualifying-elements:
- 1
- allow-element-with-attribute: true
@ -158,6 +158,7 @@ rules:
- visibility
- display
- box-sizing
- aspect-ratio
- width
- min-width
- max-width