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.