From 8ddd0c6023be8ace6d10ba5846b0918e39042f12 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Fri, 7 Jun 2024 10:23:14 +0200 Subject: [PATCH] update changelog Add missing changelog entry for #13806 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c122bd0..493559fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use `length` data type for `background-size` instead of `background-position` ([#13771](https://github.com/tailwindlabs/tailwindcss/pull/13771)) - Support negative values for `{col,row}-{start,end}` utilities ([#13780](https://github.com/tailwindlabs/tailwindcss/pull/13780)) - Use long form ` | ` syntax for properties ([#13660](https://github.com/tailwindlabs/tailwindcss/pull/13660)) +- Fix background position value of `bg-right-top`, `bg-right-bottom`, `bg-left-bottom` and `bg-left-top` ([#13806](https://github.com/tailwindlabs/tailwindcss/pull/13806)) ### Added