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

Correctly handle "html style" property names #666

Merged
merged 1 commit into from
Aug 13, 2016

Conversation

intentionally-left-nil
Copy link
Contributor

@intentionally-left-nil intentionally-left-nil commented Apr 11, 2016

When passing in a property such as "background-color", the code should
normalize with the camelCase function earlier as CSS.Lists.colors
expects the normalized version.

I am not sure where the best place to do the normalization is. This fix worked for me but I suspect a better answer would be to place the camelCase function as early as possible in the codepath.


This change is Reviewable

When passing in a property such as "background-color", the code should
normalize with the camelCase function earlier as CSS.Lists.colors
expects the normalized version.
@Rycochet Rycochet merged commit 550b716 into julianshapiro:master Aug 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants