100phlecs / tailwind_formatter

Sorts tailwind classes within elixir projects
https://hexdocs.pm/tailwind_formatter
MIT License
111 stars 11 forks source link

Sort issue with undefined classes #4

Closed 100phlecs closed 2 years ago

100phlecs commented 2 years ago

Ran into an error where the formatter has some ordering issues with classes not defined in the priv/classes.txt - to where it would switch classes around. Effectively this bug makes mix format --check-formatted fail every time even if you run mix format

100phlecs commented 2 years ago

due to sort comparison