Module grid_template_rows

Module grid_template_rows 

Source
Expand description

Utilities for specifying the rows in a grid layout.

Class Properties
grid-rows-<integer>grid-template-rows: repeat(<integer>, minmax(0, 1fr));
grid-rows-nonegrid-template-rows: none;

§Tailwind compatibility

Template row values don’t follow Tailwind’s philosophy of limiting possible values and all numbers are supported. They are however perfectly compatible with Tailwind’s values.

§Arbitrary values

Any property is allowed as arbitrary value. For example, grid-rows-[200px_repeat(auto-fill,100px)_300px].

Tailwind reference