1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 13:47:34 +00:00

LibWeb: Make -webkit-appearance an alias for the appearance css property

This commit is contained in:
Bastiaan van der Plaat 2023-12-20 18:16:55 +01:00 committed by Andreas Kling
parent 387fecea7f
commit 44ff957784
3 changed files with 9 additions and 0 deletions

View file

@ -1,4 +1,10 @@
{
"-webkit-appearance": {
"logical-alias-for": [
"appearance"
],
"max-values": 1
},
"accent-color": {
"inherited": true,
"initial": "auto",