Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust handling of zero values to preserve CSS clamp() compatibility (#…
…106) This change addresses an issue where CSS clamp() functions were breaking because they require a unit to clamp properly. Removing this conditional ensures that the unit is included even when the value is zero, allowing clamp() functions to work correctly with zero values.
- Loading branch information