// Grid Template Rows @for $i from 1 through 6 { .grid-rows-#{$i} {grid-template-rows: repeat(#{$i}, minmax(0, 1fr));} } .grid-rows-none {grid-template-rows: none;}