100phlecs / tailwind_formatter

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

Class list is getting wrapped in double quotes #32

Closed aptinio closed 1 year ago

aptinio commented 1 year ago

This is encountered in unreleased commit, 0dcc490dc30152e6b778e8d085183c282c729cc1:

<div class={["text-sm potato sm:lowercase uppercase"]}></div>

is turned into:

<div class={"["text-sm potato sm:lowercase uppercase"]"}></div>