The computed value of grid-template-rows/columns is somewhat handwavy. It's not exposed by getComputedStyle() since that returns the resolved value, but we should be more precise here so that it's clear e.g. minmax(auto, auto) [] 4px can interpolate with auto 10px.
The computed value of grid-template-rows/columns is somewhat handwavy. It's not exposed by getComputedStyle() since that returns the resolved value, but we should be more precise here so that it's clear e.g.
minmax(auto, auto) [] 4pxcan interpolate withauto 10px.