Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Class vector syntax doesn't work #30

Open
kwrooijen opened this issue Jun 22, 2020 · 1 comment
Open

Class vector syntax doesn't work #30

kwrooijen opened this issue Jun 22, 2020 · 1 comment

Comments

@kwrooijen
Copy link

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>
@jeluard
Copy link
Owner

jeluard commented Jun 22, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants