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
gridTemplateColumns([
13 ┆ `repeat((`autoFit, `minmax((px(150), fr(1.))))),
14 ┆ ]),
15 ┆ gridGap(px(12)),
This has type:
[> `fr(float) ]
But somewhere wanted:
Css.length
The second variant type does not allow tag(s) `fr
The text was updated successfully, but these errors were encountered:
The minmax attribute should let you use fr.
I'm currently getting this error:
The text was updated successfully, but these errors were encountered: