grow / grow-0 — how a child absorbs free space. This family contains 2 generated classes in Nakshora 3.0.

Classes#

ClassGenerated CSS
grow-0flex-grow: 0;
growflex-grow: 1;

Example#

example
html
<div class="flex"><div class="grow">expands</div></div>

Responsive & variants#

Every class here accepts screen prefixes (sm:xl:) and state variants — md:hover:p-4 style stacks compile to a single media query. See responsive/index|Responsive design and variants/index|Variants.

utilities/grid/grid-template-columns|Grid · comparisons/grid-vs-flexbox|Grid vs flexbox