-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
:style maps kebab-case to CamelCase automatic conversion only works with literals? #158
Comments
@xavi Yes, that's a bug. I pushed a fix for this. Could you try |
Thanks for the quick response. Unfortunately now I get this error
|
It worked now :) Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this in the context of Rum, which uses Ŝablono, and I was suggested to move it here.
The issue is that when having something like
The browser shows
Warning: Unsupported style property margin-left. Did you mean marginLeft?
This doesn't happen when the style is a map literal instead of the result of a
merge
.Is it a bug?
The text was updated successfully, but these errors were encountered: