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
prettier-plugin-tailwindcss only works for html, react, etc. But it does not work for template languages like django and jinja templates. I'd suspect it doesn't work for erb either.
Since tailwindcss-intellisense already has the ability to find out which part is the tailwind classes (e.g., with regex), it would be more than preferrable to also include the sort class command.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
prettier-plugin-tailwindcss
only works for html, react, etc. But it does not work for template languages like django and jinja templates. I'd suspect it doesn't work for erb either.Since
tailwindcss-intellisense
already has the ability to find out which part is the tailwind classes (e.g., with regex), it would be more than preferrable to also include the sort class command.Beta Was this translation helpful? Give feedback.
All reactions