hipo icon indicating copy to clipboard operation
hipo copied to clipboard

Class vector syntax doesn't work

Open kwrooijen opened this issue 5 years ago • 1 comments

Currently, the following syntax does not produce the expected output:

[:div.baz {:class [:foo]} bar]

Expected:

<div class="baz foo">bar</div>

Actual:

<div class="baz [:foo]">bar</div>

kwrooijen avatar Jun 22 '20 08:06 kwrooijen

Hey! I don't maintain this repo anymore.. But I would be happy to merge any PR fixing this :)

jeluard avatar Jun 22 '20 09:06 jeluard