WalrusSoup / Tailwind-Formatter

Port of Headwind to Intellij. Opinionated class formatter for TailwindCSS
111 stars 9 forks source link

Tailwind 3.0 class support #51

Closed tance77 closed 2 years ago

tance77 commented 2 years ago

As always the order of the class sorting is taken from the documentation on the tailwindcss website from top to bottom.

At a glance I noticed that tailwindcss 3.0 removed classes such as border opacity and placeholder color. Some of the classes just have been renamed. See the upgrade guide for a full list of changes.

That being said these new updated classes wont have some of the old classes 2.0 has. Which would result of the classes being pushed to the end of the class list. I'm not sure how we should handle this. I think we should just go forward with the latest update.