Frontmatter
| id | 1194 |
| title | layout.CssGrid |
| state | Closed |
| labels | enhancementdiscussion |
| assignees | [] |
| createdAt | Sep 15, 2020, 1:56 PM |
| updatedAt | Dec 16, 2022, 2:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1194 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 16, 2022, 2:01 PM |

I am not 100% sure if we need this one, but it could make sense, since neo has a flexbox-wrapper layout class in place.
We could do the same for display: grid
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
https://webkit.org/demos/css-grid/
Using display: grid can obviously make sense. I am not sure about the wrapper though: many attributes are custom, like defining area names. we could map those to child item configs, but it will get mapped into inline styles for most of them.
Thoughts?