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

LibWeb: Don't assume grid size is always Function or Token

This stops `grid-template-columns: minmax({},{})` from crashing.
This commit is contained in:
Sam Atkins 2023-11-21 12:02:59 +00:00 committed by Andreas Kling
parent 1a17b8a304
commit 6cd6186399
3 changed files with 17 additions and 5 deletions

View file

@ -0,0 +1 @@
<div style="grid-template-columns: minmax({},{})"></div>