From f893df209799ae859db5dcd7cc095d7f0d5c7cdd Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Fri, 23 Sep 2022 13:13:55 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1164f6f1bce4..2c7a09b85918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Allow negating utilities using min/max/clamp ([#9237](https://github.com/tailwindlabs/tailwindcss/pull/9237)) - Add new `collapse` utility for `visibility: collapse` ([#9181](https://github.com/tailwindlabs/tailwindcss/pull/9181)) - Allow resolving content paths relative to the config file ([#9396](https://github.com/tailwindlabs/tailwindcss/pull/9396)) +- Add `@config` support ([#9405](https://github.com/tailwindlabs/tailwindcss/pull/9405)) ### Fixed