cssgrid-ama
cssgrid-ama copied to clipboard
How to override override container grid-auto-flow property at child level
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!