Expand description
Utilities for controlling the order of flex and grid items.
| Class | Properties |
|---|---|
| order-<integer> | order: <integer>; |
| order-first | order: -9999; |
| order-last | order: 9999; |
| order-none | order: 0; |
§Tailwind compatibility
Order 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.
§Negative values
This plugin supports negative values. For example, -order-2 or hover:-order-2.