new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tailwind CSS v4 · all subjects

utilities/grid-auto-rows

8 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

auto-rows-auto utility class

The auto-rows-auto utility class sets grid-auto-rows: auto; and controls the size of implicitly-created grid rows.

auto-rows-min utility class

The auto-rows-min utility class sets grid-auto-rows: min-content; and controls the size of implicitly-created grid rows.

auto-rows-max utility class

The auto-rows-max utility class sets grid-auto-rows: max-content; and controls the size of implicitly-created grid rows.

auto-rows-fr utility class

The auto-rows-fr utility class sets grid-auto-rows: minmax(0, 1fr); and controls the size of implicitly-created grid rows.

auto-rows-<number> utility syntax

The auto-rows-<number> utility class sets grid-auto-rows: calc(var(--spacing) * <number>); allowing numeric multipliers for spacing-based grid row sizing.

auto-rows-(<custom-property>) utility syntax

The auto-rows-(<custom-property>) utility class sets grid-auto-rows: var(<custom-property>); allowing CSS custom properties to be used for grid row sizing.

auto-rows-[<value>] arbitrary value syntax

The auto-rows-[<value>] utility class sets grid-auto-rows: <value>; allowing arbitrary CSS values to be used for grid row sizing.

grid-auto-rows responsive design support

The grid-auto-rows utilities support responsive design through breakpoint prefixes, allowing the size of implicitly-created grid rows to be controlled at different screen sizes.

Give your agent this brain