huff
huff copied to clipboard
Support sequence of keywords in `:class`
Reagent accepts a sequence of keywords, not only strings for the :class attribute while huff errors:
(html [:div {:class [:flex :flex-auto]}])
Supporting this would make it easier to write code which is compatible with both. Thanks for your consideration.