mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
LibWeb: Add place-self css property support
This commit is contained in:
parent
f24aab662f
commit
da2cd73bcf
12 changed files with 190 additions and 0 deletions
|
@ -1785,6 +1785,14 @@
|
|||
"justify-items"
|
||||
]
|
||||
},
|
||||
"place-self": {
|
||||
"inherited": false,
|
||||
"initial": "normal",
|
||||
"longhands": [
|
||||
"align-self",
|
||||
"justify-self"
|
||||
]
|
||||
},
|
||||
"pointer-events": {
|
||||
"affects-layout": false,
|
||||
"inherited": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue