You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used with prettier-plugin-tailwindcss module, it makes it stop working. The attributes are properly organized, but the class names inside the class attribute don't move.
Would be nice to fix it, we can't use the module otherwise (or have to choose one or the other) :(
I tried on a brand new project using the lastest versions.
Hey!
When used with prettier-plugin-tailwindcss module, it makes it stop working. The attributes are properly organized, but the class names inside the class attribute don't move.
Would be nice to fix it, we can't use the module otherwise (or have to choose one or the other) :(
I tried on a brand new project using the lastest versions.
Here is the prettier config:
If I remove prettier-plugin-organize-attributes, the tailwind one works.
The text was updated successfully, but these errors were encountered: