100phlecs / tailwind_formatter

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

Publish new version #57

Open numso opened 3 months ago

numso commented 3 months ago

Hello! First off, thanks for this package. My team uses it and we think it's really great!

Any chance we could get a new version published now that https://github.com/100phlecs/tailwind_formatter/pull/52 has been merged? I don't know if you had anything else planned before bumping the version. But the ability to format classes in function components would, by itself, be very helpful for us.

RodolfoSilva commented 2 months ago

@100phlecs, that will help us here too. Do you have time to plan a new version? I imagine you must be pretty busy.

numso commented 2 months ago

Until a new version is published, you can pin the dependency to a specific git hash. Here's the change we made to our mix.exs to make that happen:

- {:tailwind_formatter, "~> 0.4.0", only: [:dev, :test], runtime: false},
+ {:tailwind_formatter, git: "https://github.com/100phlecs/tailwind_formatter", ref: "3896f735be23ea4d6c15f8e9e39b65430d972925", only: [:dev, :test], runtime: false},