From be2900522c8d34e08608cff15491197967b377c5 Mon Sep 17 00:00:00 2001
From: Cagatay Civici
Date: Mon, 24 Feb 2025 10:01:49 +0300
Subject: [PATCH] Update doc for next-gen version of Tailwind v4
---
apps/showcase/doc/tailwind/TailwindThemeDoc.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/apps/showcase/doc/tailwind/TailwindThemeDoc.vue b/apps/showcase/doc/tailwind/TailwindThemeDoc.vue
index 49868d3af..ddf5c1e48 100644
--- a/apps/showcase/doc/tailwind/TailwindThemeDoc.vue
+++ b/apps/showcase/doc/tailwind/TailwindThemeDoc.vue
@@ -5,6 +5,10 @@
Tailwind version of PrimeVue for the documentation, demos and additional resources.
+
+ Tailwind version of PrimeVue instead of the default styled mode is not tested with Tailwind v4. For the next-gen version with Tailwind v4, we aim to drop @apply based version in favor of a simplified pass-through approach where Tailwind
+ utilities are injected directly into PrimeVue component dom elements.
+