If I wanted to handle something like the following grid-template-areas: "head" "nav" "main" "foot" Do I need to set the tracks or its handle by taffy if they are unset/empty
If I wanted to handle something like the following
grid-template-areas:
"head"
"nav"
"main"
"foot"
Do I need to set the tracks or its handle by taffy if they are unset/empty