Loading stylesheets in ActionMailer previews #436
Replies: 1 comment 1 reply
-
Hi Dimitrios! Please provide more information about how the stylesheets don't work. Have you added |
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.
-
Hello!
I'm migrating from Webpacker to Vite, and so far everything has been smooth. The only issue that I face, is that I don't see any styles applied when I visit the action mailer previews
http://localhost:5000/rails/mailers/...
Using
vite_image_tag
for the images works fine, but the stylesheets don't work. I'm unsure how to work around this issue. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions