Module flex

Module flex 

Source
Expand description

Utilities for controlling how flex items both grow and shrink.

Class Properties
flex-1flex: 1 1 0%;
flex-autoflex: 1 1 auto;
flex-initialflex: 0 1 auto;
flex-noneflex: none;

ยงArbitrary values

Any property is allowed as arbitrary value. For example, flex-[2_2_10%].

Tailwind reference