Hacker News
- Faster Layouts with CSS Grid and Subgrid https://hacks.mozilla.org/2019/10/faster-layouts-with-css-grid-and-subgrid/ 84 comments
- CSS Grid Level 2 – subgrid is coming to Firefox https://hacks.mozilla.org/2019/06/css-grid-level-2-subgrid-is-coming-to-firefox/ 114 comments
Lobsters
- CSS Grid Level 2 – subgrid is coming to Firefox https://hacks.mozilla.org/2019/06/css-grid-level-2-subgrid-is-coming-to-firefox/ 2 comments css
- CSS Subgrids https://primamateria.github.io/blog/css-subgrids/ 5 comments webdev
- CSS Subgrid https://web.dev/css-subgrid/ 2 comments programming
- CSS subgrid https://www.reddit.com/r/css/comments/j2jwho/css_subgrid/ 10 comments css
- Subgrid | Codrops CSS Reference https://tympanus.net/codrops/css_reference/subgrid/ 3 comments css
- CSS Subgrid News and demos https://rachelandrew.co.uk/archives/2019/04/16/css-subgrid-news-and-demos/ 4 comments css
- CSS Subgrid News and demos https://rachelandrew.co.uk/archives/2019/04/16/css-subgrid-news-and-demos/ 4 comments css
- CSS Grid Level 2: Here Comes Subgrid https://www.smashingmagazine.com/2018/07/css-grid-2/ 3 comments web_design
- The example that made me get CSS subgrid https://www.typeonce.dev/article/the-example-that-made-me-get-css-subgrid 3 comments css
- One problem that is now solved by CSS Subgrid https://catalincodes.com/posts/one-problem-solved-with-css-subgrid 11 comments css
- One problem that is now solved by CSS Subgrid https://catalincodes.com/posts/one-problem-solved-with-css-subgrid 12 comments webdev
- Faster Layouts with CSS Grid (and Subgrid) https://hacks.mozilla.org/2019/10/faster-layouts-with-css-grid-and-subgrid/ 10 comments webdev
- CSS Grid Level 2 – subgrid is coming to Firefox https://hacks.mozilla.org/2019/06/css-grid-level-2-subgrid-is-coming-to-firefox/ 6 comments programming
- CSS Grid Level 2 – subgrid is coming to Firefox https://hacks.mozilla.org/2019/06/css-grid-level-2-subgrid-is-coming-to-firefox/ 5 comments web_design
- If you're looking to have nested DOM elements all participate on the same CSS grid, you've got Subgrid, but that just inherits grid lines. `display: contents;` can help put the elements on the same parent grid. https://chriscoyier.net/2023/05/11/if-youre-looking-to-have-nested-dom-elements-all-participate-on-the-same-css-grid-youve-got-subgrid-but-that-just-inherits-grid-lines-display-contents-can-help-put-the-elements-on-the-same/ 2 comments css