mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 21:37:35 +00:00
LibWeb: Add 'object-fit' property
This patch adds support for the 'object-fit' CSS property. :^)
This commit is contained in:
parent
86ad896f35
commit
5fc6bff582
6 changed files with 24 additions and 0 deletions
|
@ -131,6 +131,7 @@
|
|||
"fantasy",
|
||||
"fast",
|
||||
"fine",
|
||||
"fill",
|
||||
"fit-content",
|
||||
"fixed",
|
||||
"flex",
|
||||
|
@ -262,6 +263,7 @@
|
|||
"s-resize",
|
||||
"safe",
|
||||
"sans-serif",
|
||||
"scale-down",
|
||||
"scroll",
|
||||
"se-resize",
|
||||
"self-end",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue