mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 21:37:35 +00:00
LibWeb: Teach CSS::StyleProperties to create CSS::Size values
You can now use StyleProperties::size_value(CSS::PropertyID) to extract a CSS::Size for a given property.
This commit is contained in:
parent
ba78fe008f
commit
844321d89f
3 changed files with 40 additions and 1 deletions
|
@ -163,8 +163,10 @@
|
|||
"lowercase",
|
||||
"ltr",
|
||||
"listbox",
|
||||
"max-content",
|
||||
"medium",
|
||||
"middle",
|
||||
"min-content",
|
||||
"minimal-ui",
|
||||
"monospace",
|
||||
"more",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue