turbo
turbo copied to clipboard
TailwindCSS Styles Don't Apply to NextJS App on Example Repo `with-tailwind`
Verify canary release
- [x] I verified that the issue exists in the latest Turborepo canary release.
Link to code that reproduces this issue
npx create-turbo@canary -e with-tailwind
Which canary version will you have in your reproduction?
N/A
Environment information
Expected behavior
When components are imported from the packages/ui directory in with-tailwind example, the components, if they have tailwind classes applied to them, do not render with the appropriate style (look at the card stack below, no style applied).
Actual behavior
No style gets applied.
To Reproduce
Bootstrap a project with-tailwind from the example.
Additional context
No response
Any updates?
got the fix will open a pull request
Thank you, I also tried your fix and it worked!