Visual Studio Code – prettier-tailwind-plugin isn't working as expected when I hit save in VSCode
I installed the prettier-plugin-tailwindcss and it successfully sorts the Tailwind classes when I run Prettier using npx prettier --write index.html. However, when I hit save in VScode, the prettier-plugin-tailwindcss doesn't sort the Tailwind classes as expected. I'm following this tutorial…