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
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.