mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-12 12:26:40 -05:00
Move aspect-ratio below width and height
This commit is contained in:
parent
b1d35b6444
commit
3ed7404eb7
1 changed files with 1 additions and 1 deletions
|
@ -158,13 +158,13 @@ rules:
|
|||
- visibility
|
||||
- display
|
||||
- box-sizing
|
||||
- aspect-ratio
|
||||
- width
|
||||
- min-width
|
||||
- max-width
|
||||
- height
|
||||
- min-height
|
||||
- max-height
|
||||
- aspect-ratio
|
||||
- padding
|
||||
- padding-top
|
||||
- padding-right
|
||||
|
|
Loading…
Reference in a new issue