A utility-first CSS framework for rapid UI development.
Add `tab-*` utilities (#20022)
This PR adds new `tab-*` utilities. The `tab-*` utilities set the `tab-size` property. They support positive integer bare values, and arbitrary values: | Class | CSS | | -- | -- | | `tab-2` | `tab-size: 2;` | | `tab-[12px]` | `tab-size: 12px;` | This also adds `tab-size` to the property order near the other text layout properties. ## Test plan 1. Added new `tab-*` utility tests 2. Updated the intellisense snapshot 3. Other existing tests still pass
R
Robin Malfait committed
59936c6cbb69eae114bc52d0a3c9315b18c70a94
Parent: 90a2373
Committed by GitHub <noreply@github.com>
on 5/8/2026, 7:22:07 PM