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)));