mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -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
|
- visibility
|
||||||
- display
|
- display
|
||||||
- box-sizing
|
- box-sizing
|
||||||
- aspect-ratio
|
|
||||||
- width
|
- width
|
||||||
- min-width
|
- min-width
|
||||||
- max-width
|
- max-width
|
||||||
- height
|
- height
|
||||||
- min-height
|
- min-height
|
||||||
- max-height
|
- max-height
|
||||||
|
- aspect-ratio
|
||||||
- padding
|
- padding
|
||||||
- padding-top
|
- padding-top
|
||||||
- padding-right
|
- padding-right
|
||||||
|
|
Loading…
Reference in a new issue