rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
2018-02-23T19:46:56.000167Z

Is there any reason why an Element's attribute :style needs to be a map with kebab-case keywords within the rum component? I was trying to use garden.core/style with the :style until I realized that the :style attribute doesn't accept a string. Any workarounds to make it accept a string? I only ask because there are a bunch of nice helper functions in garden to ease styling ie. garden.color/lighten, garden.color/darken.