You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TailwindCSS classes (e.g., w-full) and the Aura theme are not being applied in my project, resulting in default or unstyled components. When using the Aura theme, the component still displays the default style instead of the Aura theme style.
Describe the bug
TailwindCSS classes (e.g., w-full) and the Aura theme are not being applied in my project, resulting in default or unstyled components. When using the Aura theme, the component still displays the default style instead of the Aura theme style.
Pull Request Link
https://github.com/primefaces/primevue
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/vitejs-vite-mvbymbkz
Environment
Operating System: Windows 11
• Node Version: 18.x
• PrimeVue Version: 4.2.5
• TailwindCSS Version: 3.4.17
• Vue Version: 3.5.13
• Build Tool: Vite 6.0.5
Vue version
3.5.13
PrimeVue version
4.2.5
Node version
22.8.0
Browser(s)
Brave Browser v1.73.105
Steps to reproduce the behavior
<Button>
in a component.Expected behavior
Aura theme should be applied to PrimeVue components, rendering the UI with the correct theme and styles.
The text was updated successfully, but these errors were encountered: