spent forever trying to debug prettier-plugin-tailwindcss which is not how i wanted to spend my evening
turns out it was just a bug and not a misconfiguration (https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/464)
this started while i was getting the onboarding working in the application and noticed my classes weren’t being sorted
edit: looks like i uncovered a bug in Deno as well!! installing the insiders channel of prettier-plugin-tailwindcss using Deno resulted in the latest commit being added to package.json but a commit from 2023 actually being installed. had to remove the ^ from the version specifier
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.