electric
electric copied to clipboard
`hyperfiddle.electric-dom2/props` reverses class order
If I call:
(hyperfiddle.electric-dom2/props {:class "a b c"})
the dom shows: class="c b a"
.