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