DEV Community

Discussion on: How to Set Up SvelteKit with Tailwind CSS

Collapse
 
dwstevens profile image
David Stevens

@swyx Have you seen WindiCSS? It seems to fix the overhead on the preprocess side. windicss.netlify.app/guide/svelte....

Collapse
 
malikbenkirane profile image
Malik Benkirane

Thank you! I'm going to try that right away

Collapse
 
malikbenkirane profile image
Malik Benkirane • Edited

Although the project is very promising...
I have discovered some issues there with an {#each...} inside of an {#if...}
I have to dig into that but I don't get compiled class for this one and styles won't get applied.