The CSS Subgrid features of CSS grid have finally implemented in Firefox. The CSS Grid diva Rachel Andrew has an post A design pattern solved by subgrid in her blog. Some interesting resources with documentation include:
- Subgrid | MDN Web Doc . Very thorough documentation with subgrid for rows, subgrid for column, gap properties, nested grid lines and use cases of subgrid.
- A design pattern solved by subgrid | Rachel Andrew . An use case example of subgrid with explanation & codePen example.
- CSS Grid Level 2 – subgrid is coming to Firefox | hacks.mozilla.org
- CSS Subgrid News and demos | Rachel Andrew. Notes from Rachel Andrew’s blog with with good examples.
- CSS Grid Level 2 Examples | Grid by Example. Examples of using cases of subgrid.
- CSS Grid Level 2: Here Comes Subgrid by Rachel Andrew | Smashing Magazine.
- Digging Into The Display Property: Grids All The Way Down by Rachel Andrew | Smashing Magazine.