Compile svelte 4 component with tailwind into html + css #12377
Unanswered
IslamZaoui
asked this question in
Q&A
Replies: 2 comments
-
That's not something Svelte supports. This is usually achieved using some sort of bundler setup. I would run Tailwind over |
Beta Was this translation helpful? Give feedback.
0 replies
-
have you tried prerender = true ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im trying to render svelte component in a sveltekit endpoint to html for a mail templates
this is my implementation
the output is just tailwind classes without css:
how I can make the render function compile the tailwind classes?
Beta Was this translation helpful? Give feedback.
All reactions