Prettier plugin support with deno fmt
Hi, is there any way how to achieve this using
deno fmt
? Work around here is to chain deno fmt
with prettier execution (which handles only the plugin action), but that's a bit awkward.
https://tailwindcss.com/blog/automatic-class-sorting-with-prettierAutomatic Class Sorting with Prettier
People have been talking about the best way to sort your utility classes in Tailwind projects for at least four years. Today we’re excited to announce that you can finally stop worrying about it with the release of our official Prettier plugin for Tailwind CSS.
0 Replies