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

LibWeb: Add CSS support for border-spacing property

This commit is contained in:
Andi Gallo 2023-06-16 02:35:03 +00:00 committed by Andreas Kling
parent f662a452c9
commit 396f1a977c
5 changed files with 31 additions and 0 deletions

View file

@ -502,6 +502,7 @@
"border-spacing": {
"inherited": true,
"initial": "0",
"max-values": 2,
"valid-types": [
"length [0,∞]"
],