From 7dae3b0e8c3e03b25a53c9d27ec7218727176a30 Mon Sep 17 00:00:00 2001 From: rodrigoalcarazdelaosa Date: Thu, 22 May 2025 16:07:59 +0200 Subject: [PATCH] content: Update TailwindCSS instructions --- content/en/functions/css/TailwindCSS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/functions/css/TailwindCSS.md b/content/en/functions/css/TailwindCSS.md index 1acd3e5c0..0a3e873fe 100644 --- a/content/en/functions/css/TailwindCSS.md +++ b/content/en/functions/css/TailwindCSS.md @@ -106,6 +106,9 @@ Call the partial template from your base template: ### Step 6 +> [!note] +> The following step is only neccesary for Tailwind v3 and earlier. + Optionally create a `tailwind.config.js` file in the root of your project as shown below. This is necessary if you use the [Tailwind CSS IntelliSense extension] for Visual Studio Code.