rachelandrew / cssgrid-ama

Ask me anything about CSS Grid Layout
323 stars 12 forks source link

How to override override container grid-auto-flow property at child level #138

Open Timoti opened 6 years ago

Timoti commented 6 years ago

If I set a parent grid to override to be grid-auto-flow:dense, is there any way i set some children to override the parent rule and NOT be packed densely, but have a specific placement - without re-containing children?

I've already tried achieving that by setting order and grid column/row properties.

TIA!