Replies: 1 comment 1 reply
-
Here's a Stack Blitz that works for me. You can edit the tailwind classes, and it updates automatically in the preview. https://stackblitz.com/edit/remix-run-remix-47vedp?file=app%2Froutes%2F_index.tsx |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I just ran into an issue while working with Tailwind and Remix. I am trying to implement the multiple themes feature in my app using Tailwind custom colors, but I am having a problem while modifying the class variables. Remix doesn't update the color, and the class doesn't have any effect on the styling of my app. For example, if I have a custom palette called
primary_blue
after starting the dev server, the classbg-primary_blue-500
is working fine, but when I modify it to something likebg-primary_blue-200
the class gets dismissed, and remix or tailwind ignore it.tailwind.config.ts
file:remix.config.js
:Beta Was this translation helpful? Give feedback.
All reactions