-
I've tried to follow the official docs and during dev I can see my tailwind styles successfully applied, however I'm getting
I've uploaded my code to https://github.com/ryan0x44/remix-vite-tailwind, but here's a summary:
Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks to https://discord.com/channels/770287896669978684/1166826036873396254/1166851708392046733 and https://github.com/mvacha/remix-vite/blob/main/app/root.tsx I found this was an easy fix by removing:
with
in my |
Beta Was this translation helpful? Give feedback.
Thanks to https://discord.com/channels/770287896669978684/1166826036873396254/1166851708392046733 and https://github.com/mvacha/remix-vite/blob/main/app/root.tsx I found this was an easy fix by removing:
with
in my
app/root.tsx
file.