mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 01:07:35 +00:00
LibWeb: Add transform property to the system
This patch adds parsing support as well as all the needed stuctures all over LibWeb to pass Transformations around.
This commit is contained in:
parent
74b88a8156
commit
9ebfafafbe
8 changed files with 133 additions and 0 deletions
|
@ -605,6 +605,10 @@
|
|||
"unitless-length"
|
||||
]
|
||||
},
|
||||
"transform": {
|
||||
"inherited": false,
|
||||
"initial": "none"
|
||||
},
|
||||
"user-select": {
|
||||
"inherited": false,
|
||||
"initial": "auto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue