Fix tailwind css setup (#768)

* Fix tailwind css setup

* Install as dev dep

* Uninstall primeui tailwind
This commit is contained in:
Chenlei Hu
2024-09-09 16:56:32 +09:00
committed by GitHub
parent 534ea17816
commit a41de30dc5
5 changed files with 16 additions and 13 deletions

View File

@@ -26,7 +26,10 @@ app
preset: ComfyUIPreset,
options: {
prefix: 'p',
cssLayer: false,
cssLayer: {
name: 'primevue',
order: 'primevue, tailwind-utilities'
},
// This is a workaround for the issue with the dark mode selector
// https://github.com/primefaces/primevue/issues/5515
darkModeSelector: '.dark-theme, :root:has(.dark-theme)'