chrisgreg / bloom

The opinionated extension to Phoenix core_components
https://bloom-ui.fly.dev
MIT License
323 stars 16 forks source link

Feature: Add Tailwind class sorting to formatter #15

Closed samjowen closed 4 months ago

samjowen commented 4 months ago

Closes https://github.com/chrisgreg/bloom/issues/6.

This pull request adds the TailwindFormatter and Phoenix.LiveView.HTMLFormatter as dev and test dependencies. It also updates the mix.lock file to include the new dependency. I have also added the correct configuration to the formatter.exs file.

I have run a dry test and the changes work as expected.

⚠️ Please note that I have not run mix format in this PR to avoid passing on merge conflicts to other contributors. I would recommend running mix format as its own pull request.