Flex

Class Properties
t.flexNone flex: 0
t.flex1 flex: 1
t.flexInitial flex: 0
t.flexAuto flex: 1

None

Use t.flexNone to prevent a flex item from growing or shrinking:

Item that can grow or shrink if needed
Item that cannot grow or shrink
Item that can grow or shrink if needed

Flex 1

Use t.flex1 to allow a flex item to grow and shrink as needed, ignoring its initial size:

Default behavior

Short
Medium length
Significantly larger amount of content

With t.flex1

Short
Medium length
Significantly larger amount of content