Hasty Treat - CSS Grid Level 2 aka Subgrid

Published: Jan. 14, 2019, 2 p.m.

In this Hasty Treat, Scott and Wes talk about CSS Grid Level 2 - aka subgrid.

Sentry - Sponsor

If you want to know what\u2019s happening with your errors, track them with\xa0Sentry. Sentry is open-source error tracking that helps developers monitor and fix crashes in real time. Cut your time on error resolution from five hours to five minutes. It works with any language and integrates with dozens of other services. Syntax listeners can get two months for free by visiting\xa0Sentry.io\xa0and using the coupon code \u201ctastytreat\u201d.

Show Notes

3:27 - CSS Grid Level 2 and subgrid

  • CSS subgrid will allow you to place grid-items\u2019 children along the same lines at the parent grid

5:40 - How it works - Why do we need it? What problem do we have right now?

  1. Create your grid as normal - you can create columns, rows, named lines, etc.
  2. Your grid-item will also be display grid - this is nothing new - just regular nesting of grid
  3. The magic comes in when you want to define the rows and or columns of the sub-item. You can inherit the parent item\u2019s grid-rows / columns by simply saying\xa0display: subgrid

11:19 - Browser support

  • It\u2019s about a year out
Links Tweet us your tasty treats!