make changelog entry consistent

This commit is contained in:
Robin Malfait 2025-06-11 23:07:12 +02:00
parent d06bbb80da
commit 2ebaff214a
No known key found for this signature in database

View File

@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc, e.g.: `w-[calc(100%-var(--offset))]` ([#18289](https://github.com/tailwindlabs/tailwindcss/pull/18289))
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.: `w-[calc(100%-var(--offset))]`) ([#18289](https://github.com/tailwindlabs/tailwindcss/pull/18289))
## [4.1.9] - 2025-06-11