Skip to main content

Grid Template Rows

Flexbox & Grid

Utilities for specifying the rows in a grid layout.

ClassProperties
ob-grid-rows-1grid-template-rows: repeat(1,minmax(0,1fr))
ob-grid-rows-2grid-template-rows: repeat(2,minmax(0,1fr))
ob-grid-rows-3grid-template-rows: repeat(3,minmax(0,1fr))
ob-grid-rows-4grid-template-rows: repeat(4,minmax(0,1fr))
ob-grid-rows-5grid-template-rows: repeat(5,minmax(0,1fr))
ob-grid-rows-6grid-template-rows: repeat(6,minmax(0,1fr))
ob-grid-rows-nonegrid-template-rows: none