Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No complied css in Remix + Vite setup #296

Closed
edbella opened this issue Jun 15, 2024 · 1 comment
Closed

No complied css in Remix + Vite setup #296

edbella opened this issue Jun 15, 2024 · 1 comment

Comments

@edbella
Copy link

edbella commented Jun 15, 2024

Hello. Frigade is awesome! however, I have run into an issue that I would like some guidance on

I'm using it in Remix + Vite setup. All works fine in development but when compiled for production, all css related styles are not compiled which cause major UI issues when a flow is activated.

Is there a way around this? I use tailwindcss for styling so I don't have any css-in-js styles on my project.

@dfltr
Copy link
Contributor

dfltr commented Jun 17, 2024

Hi! Thanks for the bug report -- can you provide a codesandbox that reproduces the issue? It'll make debugging it easier.

As a first guess, we use Emotion for styling, so it's possible that it may not work if your specific stack/setup relies on pre-compiled styles. I'll be able to dig in more with a repro case though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants