Expand description
Utilities for controlling how flex items shrink.
| Class | Properties |
|---|---|
| shrink-<integer> | flex-shrink: <integer>; |
| shrink | flex-shrink: 1; |
§Tailwind compatibility
Flex shrink values don’t follow Tailwind’s philosophy of limiting possible values and all numbers are supported. They are however perfectly compatible with Tailwind’s values.