1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:57:35 +00:00

LibWeb: Don't assume grid-area parts are Tokens

This stops `grid-area: {}` from crashing.
This commit is contained in:
Sam Atkins 2023-11-21 11:53:21 +00:00 committed by Andreas Kling
parent ab9d39bf4a
commit 1a17b8a304
3 changed files with 16 additions and 4 deletions

View file

@ -0,0 +1 @@
<div style="grid-area: {}"></div>