DEV Community

Discussion on: How to Set Up SvelteKit with Tailwind CSS

Collapse
 
rraihansaputra profile image
raihan saputra

Hi Shawn, I'm trying out this config with the routify-ts template. I got the classes working, but seems like @apply directives doesn't work on my project. Did you get this working with this config?

Collapse
 
swyx profile image
swyx

it worked for me but I don't use Routify so I don't know how to help you

Collapse
 
rraihansaputra profile image
raihan saputra

Managed to get it working using your config. There was a duplicate preprocess key on my rollup config. Thank you for the write up!