fix(example): add missing Tailwind import to shared ui styles
This PR fixes vercel/turborepo#10566 by adding the missing Tailwind import to shared-styles.css in the packages/ui directory of the with-tailwind example.
What was the problem?
Shared components like Card or Button had Tailwind classes, but styles were not applied because Tailwind layers were never included.
What changed?
Added:
@import "tailwindcss";
to packages/ui/shared-styles.css.
Result
Tested locally using:
pnpm install
pnpm dev --filter=with-tailwind
UI components are now styled correctly.
Closes #10566
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| examples-basic-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2025 11:19am |
| examples-designsystem-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2025 11:19am |
| examples-native-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2025 11:19am |
| examples-tailwind-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2025 11:19am |
| examples-vite-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2025 11:19am |
@sahyl is attempting to deploy a commit to the Vercel Team on Vercel.
A member of the Team first needs to authorize it.
Hi! This is my first contribution — happy to improve anything if needed. Thanks for taking a look 🙏
+1 encountering this issue after setting up from the example; this fix works for me.
My first PR — fun learning experience. Appreciate the review and merge! excited to contribute more soon 🙌