mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Add aspect-ratio to the list of properties
This commit is contained in:
parent
12de86d25d
commit
f91d132083
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue