Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component class shorthand does not concatenate #321

Open
thec0keman opened this issue Dec 19, 2018 · 1 comment
Open

Component class shorthand does not concatenate #321

thec0keman opened this issue Dec 19, 2018 · 1 comment
Labels

Comments

@thec0keman
Copy link
Collaborator

= my-component .foo.bar class='baz' =>

{{my-component class="baz" class="foo bar"}}

and it should be

{{my-component class="foo bar baz"}}
@thec0keman
Copy link
Collaborator Author

This is related, but the colon helpers also do not work on components

@thec0keman thec0keman added the bug label Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant