From a39951847d8400f79d9a9f6fe863de3e03069730 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 4 Oct 2024 13:04:30 -0700 Subject: [PATCH] Update Tailwind CSS installation instructions --- content/en/functions/css/TailwindCSS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/functions/css/TailwindCSS.md b/content/en/functions/css/TailwindCSS.md index 5118c405c..b207981ab 100644 --- a/content/en/functions/css/TailwindCSS.md +++ b/content/en/functions/css/TailwindCSS.md @@ -31,11 +31,10 @@ To use this function you must install the Tailwind CSS CLI v4.0 or later. You ma [Tailwind CSS documentation]: https://tailwindcss.com/docs/installation {{% note %}} -Use npm to install the CLI prior to the v4.0 release of Tailwind CSS. +Prior to the release of Tailwind CSS v4.0 you must install [v4.0.0-alpha.26](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-alpha.26) or later. `npm install --save-dev tailwindcss@next @tailwindcss/cli@next` -**Note:** The TailwindCSS v4 alpha 25 is broken and should not be used, see https://github.com/tailwindlabs/tailwindcss/issues/14521. This will be fixed in the next alpha release. {{% /note %}} ## Options