1
Fork 0
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:
Andreas Kling 2022-09-25 15:47:40 +02:00
parent ba78fe008f
commit 844321d89f
3 changed files with 40 additions and 1 deletions

View file

@ -163,8 +163,10 @@
"lowercase",
"ltr",
"listbox",
"max-content",
"medium",
"middle",
"min-content",
"minimal-ui",
"monospace",
"more",