Module grid_row

Module grid_row 

Source
Expand description

Utilities for controlling how elements are sized and placed across grid rows.

Class Properties
row-autogrid-row: auto;
row-start-autogrid-row-start: auto;
row-start-<integer>grid-row-start: <integer>;
row-end-autogrid-row-end: auto;
row-end-<integer>grid-row-end: <integer>;
row-span-fullgrid-row: 1 / -1;
row-span-<integer>grid-row: span <integer> / span <integer>;

§Tailwind compatibility

Grid row start/end/span 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, row-[span_1/7].

Tailwind reference