Anthony Fu
Anthony Fu
That's a good point @germsb, maybe we can have a different strategy to do that on the build. Thanks for bring this up
I kinda think we can have something like "defined but not in use", similar to #13. So ppl could find some mis-usages as well (like it should be used but...
It reuses Vite's server port, isn't that a case in phoenix?
I suspect this is because Svelte css lint in editor is too strict to understand custom syntax. I am not sure how it works with PostCSS and Tailwind (or does...
So would that work if you specify it as postcss?
 It seems to work fine to me, can you provide a minimal repro? Thanks
 Use them this way
Is this expected? 
I see the problem. The Svetle plugin does not emit raw CSS for windi to transform, while it does not understand the `@screen sm` syntax. This is what svelte send...
Is the problem still persists now?