You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note how this works as expected when 1fr is specified as size, but when var(--foo) is specified the template area name is left as a global identifier "test". This makes it impossible to use grid-template with var(), because the grid-area identifier will still be transformed, preventing the area from being assigned.
The text was updated successfully, but these errors were encountered:
See Playground:
Results in:
Note how this works as expected when 1fr is specified as size, but when
var(--foo)
is specified the template area name is left as a global identifier "test". This makes it impossible to usegrid-template
withvar()
, because thegrid-area
identifier will still be transformed, preventing the area from being assigned.The text was updated successfully, but these errors were encountered: