Back to Amis

Grid Template Rows

packages/amis-ui/scss/helper/grid/_rows.md

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