From 4c316f051eb7c4762397236c930469b2d442aaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 27 Sep 2024 11:17:45 +0200 Subject: [PATCH] Update TailwindCSS.md --- content/en/functions/css/TailwindCSS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/functions/css/TailwindCSS.md b/content/en/functions/css/TailwindCSS.md index 143616453..5118c405c 100644 --- a/content/en/functions/css/TailwindCSS.md +++ b/content/en/functions/css/TailwindCSS.md @@ -34,6 +34,8 @@ To use this function you must install the Tailwind CSS CLI v4.0 or later. You ma Use npm to install the CLI prior to the v4.0 release of Tailwind CSS. `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