Harry Solovay
Harry Solovay
Hi @luk3skyw4lker, wondering if there are any updates on this front? It seems others (@mtmulch1) may be interested in implementing this as well.
@luk3skyw4lker I appreciate you taking on this work –– thank you!
@luk3skyw4lker thank you so much for seeing this through. Very excited to use this.
Hi @Schniz, any word on whether this feature might make its way into the lib? (no pressure).
@nhrones makes a good point: > why even provide WebSocket and BroadcastChannel? Any guidance on using these features and ensuring that they're not preemptively terminated?
Pinging this issue in light of [Fresh 1.6](https://deno.com/blog/fresh-1.6#first-class-tailwind-css-plugin), [a headline of which is "First class Tailwind CSS plugin."](https://deno.com/blog/fresh-1.6#first-class-tailwind-css-plugin)
Some questions regarding the optimal solution: Should it trim leading/trailing/in-between whitespace? For instance... ```diff - + ``` ```diff - + ``` ```diff - + ``` Should it remove surrounding curlies?...
Seems the sort order may depend on the tailwind config. This is likely out of scope for the TypeScript plugin. May require a dedicated `dprint-plugin-tailwindcss`.
This is looking spectacular! Might also be worthwhile to have an example of usage with zod and react-hook-form (as do other inputs).
> My understanding is that the problem is that GitHub actions don't run CI actions if you edit .github/ directory. So merging workflow-updating PRs would not result in a run...