Fork me on GitHub
#reagent
<
2017-11-06
>
worlds-endless20:11:28

Why is it that [:div.myclass] gets me <div class='myclass'> but [:original-element.myclass] gets me <original-element classname='myclass'>? Is there a way to produce class instead of classname on the latter?