Add grid-template-areas and grid-area support to containers #22624
alanstainerPMW
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
Currently in the new grid container, if you add grid-template-areas and assign a child container a grid-area (via custom css), the child container displays in completely the wrong location. This is a key feature of CSS grid layouts, but doesn't work at present.
Describe the solution you'd like
Add support for grid-template-areas and grid-area. If options can be built in, rather than adding custom css in the advanced section, even better.
Describe alternatives you've considered
No response
Additional context
No response
All reactions