You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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? In Rum or in Ŝablono?
The text was updated successfully, but these errors were encountered:
xavi
changed the title
:style maps kebab-case to CamelCase automatic conversion only works with literals?
:style maps kebab-case to CamelCase automatic conversion only works with literals?
Mar 19, 2017
On Sun, 19 Mar 2017 at 23:22, Xavi Caballé ***@***.***> wrote:
When having something like
[:div {:style (merge {:margin-left "2rem"}
(when focused? {:color "red"}))}]
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? In Rum or in Ŝablono?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#127>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAF82HdAKWG4y2KgaY67PhUg2s7h6wULks5rnVZdgaJpZM4MhyHe>
.
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? In Rum or in Ŝablono?
The text was updated successfully, but these errors were encountered: