tailwindcss-setup-examples
tailwindcss-setup-examples copied to clipboard
[WIP] - Svelte example
Are we sure there is no way to integrate Tailwind into Svelte without a separate script and managing the CSS file totally outside of Svelte's build process? Ideally we wouldn't have to manually create an output file in the public directory but if it's the only option then so be it I guess. If this integration approach ends up being common for lots of different tools we might want to experiment with adding some features to the Tailwind CLI tool that make this feel less like a hack.
Definitely not sure at this point - will do some investigation. I agree this concurrent thing is not the preferred way of doing it 😅