mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-10 01:37:00 +00:00
This commit fixes a bug found when passing exotic values in the grid-template-columns (or grid-template-rows) which are not yet supported. The bug seems to have been something like: grid-template-columns: 0 minmax(0, calc(10px - var(--some-color)));