-
|
If I wanted to handle something like the following grid-template-areas: Do I need to set the tracks or its handle by taffy if they are unset/empty |
Beta Was this translation helpful? Give feedback.
Answered by
nicoburns
Nov 17, 2025
Replies: 1 comment 3 replies
-
|
As long as you set the start/end positions of the areas, then Taffy should automatically generate the tracks. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
alice-i-cecile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As long as you set the start/end positions of the areas, then Taffy should automatically generate the tracks.