Shopify / shopify-app-template-node

MIT License
860 stars 393 forks source link

TailwinCss does not work when installed into the project #1324

Closed Trinh-Viet-Dat closed 3 months ago

Trinh-Viet-Dat commented 4 months ago

Hello developer, I can't use tailwinCss in my project. Do you have any way to fix that?

paulomarg commented 3 months ago

Hi, sorry to hear you're having problems. Unfortunately, we only provide support for issues in our own packages in this repo. If you can narrow the problem down to something provided in this template, we'll be happy to fix it, but unfortunately, without details there's not a lot we can do.

It's possible that others have already gone through this problem in the past, so I'd recommend you look in the Shopify community forums to see if anyone else has had problems.

wellenzhong commented 3 months ago

Maybe you need to add these lines

@tailwind base;
@tailwind components;
@tailwind utilities;

to your frontend css file.

paulomarg commented 3 months ago

Thanks for that, I hope it helps!

Since we didn't hear back from the original poster in a few weeks and there's nothing to change in this repo, I'm closing this.