100phlecs / tailwind_formatter

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

handle local and remote components #52

Closed goodtouch closed 7 months ago

goodtouch commented 8 months ago

Hey, I made a quick pull request to add support for local and remote components.

i.e.

<.link
  navigate={@navigate}
  class="text-sm font-semibold leading-6 text-zinc-900 hover:text-zinc-700"
>
  <HeroIcon.icon name="hero-arrow-left-solid" class="h-3 w-3" />
  <%= render_slot(@inner_block) %>
</.link>

It should close #49.

100phlecs commented 7 months ago

Thanks!