A utility-first CSS framework for rapid UI development.
Do not generate CSS for `start` and `end` (#20003)
This PR fixes a bug where CSS was generated for `start` and `end`. This was accidentally introduced when we moved the `start-*` and `end-*` utilities to the legacy utilities. But this meant that we now generate CSS for `start` and `end` even if no value is provided. Fixes: #20002 ## Test plan 1. Updated the tests to make sure of `--spacing: 0.25rem` which made the tests fail, and are fixed again by applying the fix. 2. Other tests are still passing
R
Robin Malfait committed
6e2b60e84a6054bb1397259e7c01fa11aa381621
Parent: 4b5d6a5
Committed by GitHub <noreply@github.com>
on 5/2/2026, 11:00:56 PM