From 802c5d86295b6195e9d9634ea5ca36715fc52150 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 13 Feb 2025 06:40:45 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 310cc99..8b4ab56 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!NOTE] +> Tailwind CSS v4.0+ supports container queries out of the box, so this plugin is only necessary in earlier versions of the framework. + # @tailwindcss/container-queries A plugin for Tailwind CSS v3.2+ that provides utilities for container queries. From 3c3dd3c69944ac48b8cbcb6d537062a0124501bf Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 13 Feb 2025 06:42:01 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4ab56..fa38a2b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!NOTE] -> Tailwind CSS v4.0+ supports container queries out of the box, so this plugin is only necessary in earlier versions of the framework. +> As of Tailwind CSS v4.0, container queries are supported in the framework by default and this plugin is no longer required. # @tailwindcss/container-queries