Skip to main content

Flex Grow

Utilities for controlling how flex items grow.

CSS Property:flex-grow
Classes:2

Flex Grow Classes

ClassCSS
growflex-grow: 1;
grow-0flex-grow: 0;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

grow-[2]grow-[0.5]

Responsive Variants

Apply flex grow utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:grow
768px+md:md:grow
1024px+lg:lg:grow
1280px+xl:xl:grow
1536px+2xl:2xl:grow