[✅] TanStack Start doesn't read CSS imported from external package component
First day working with Start and already have a massive problem. In a default starter created by the CLI
pnpm create @tanstack/start@latest I've added RainbowKit per the instructions (https://rainbowkit.com/docs/installation) and while everything works fine, the component has no styling. It works fine on any other framework so it's 100% problem with Start.
I found they're using package.json with:
After I copied their tailwind css code from index.css to my styles.css it's working fine but that's now how it's supposed be done 😅
Is this an issue with somehow how Start is configured is it actually a bug in the Start itself?Installation — RainbowKit
Get up and running with RainbowKit
3 Replies
vicious-gold•2mo ago
so you added this?
please provide a complete minimal reproducer project
ambitious-aquaOP•2mo ago
I had a typo in the import file... Sorry for wasting your time 😭
I've been trying to debug this issue for the last 2 hours 🫠
It works fine now
vicious-gold•2mo ago
yeah next time please work on a reproducer before stating things like " 100% problem with Start. "