svelte-tailwind2-starter
svelte-tailwind2-starter copied to clipboard
typescript support?
Do you know how this would work if you were to use typescript? I've been trying to learn from what you are doing here but it seems like my styles are never making it into the bundle
https://github.com/jmsunseri/sveltail/tree/feature/improve-build
maybe it has to do with using the preprocessor?
Can you give more context? How are you applying the styles? Inline in the HTML or in a separate .css file? Which command(s) are you using to build?
Re: typescript, I'll admit that I haven't given it a thought, since personally I haven't used it yet. It's definitely on my list of things to learn.