Skip to main content

Grid Auto Rows

Utilities for controlling the size of implicitly-created grid rows.

CSS Property:grid-auto-rows
Classes:4

Grid Auto Rows Classes

ClassCSS
auto-rows-autogrid-auto-rows: auto;
auto-rows-mingrid-auto-rows: min-content;
auto-rows-maxgrid-auto-rows: max-content;
auto-rows-frgrid-auto-rows: minmax(0, 1fr);

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

auto-rows-[200px]auto-rows-[minmax(100px,auto)]

Responsive Variants

Apply grid auto rows utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:auto-rows-auto
768px+md:md:auto-rows-auto
1024px+lg:lg:auto-rows-auto
1280px+xl:xl:auto-rows-auto
1536px+2xl:2xl:auto-rows-auto