Replies: 1 comment
-
saadeghi/daisyui#3951 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When using daisyUI in a Turborepo monorepo, if both the shared UI package (e.g. ui) and the app (e.g. web) import daisyUI, some component styles break or become inconsistent.
I suspect this is because daisyUI is being processed and included twice in the final CSS bundle, causing style conflicts.
https://turborepo.com/docs/guides/tools/tailwind
https://github.com/vercel/turborepo/tree/main/examples/with-tailwind.
I added daisyUI to this project
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions