Expand description
Utilities for controlling how flex items both grow and shrink.
| Class | Properties |
|---|---|
| flex-1 | flex: 1 1 0%; |
| flex-auto | flex: 1 1 auto; |
| flex-initial | flex: 0 1 auto; |
| flex-none | flex: none; |
ยงArbitrary values
Any property is allowed as arbitrary value.
For example, flex-[2_2_10%].