Module grid_auto_rows

Module grid_auto_rows 

Source
Expand description

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

Class Properties
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

Any property is allowed as arbitrary value. For example, auto-rows-[minmax(100px,auto)].

Tailwind reference