css 2017-10-12

@bravilogy has joined the channel

can I do something like this in garden?

(defn button-css [colour]
  (g/css [:.btn-colour {:background-color colour
                        :color "white"
                        :cursor "pointer"}]))