Skip to content

Instantly share code, notes, and snippets.

@viebel
Last active December 11, 2017 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viebel/f5e8fb5f4c6a33fd7b9a758cc2cdf549 to your computer and use it in GitHub Desktop.
Save viebel/f5e8fb5f4c6a33fd7b9a758cc2cdf549 to your computer and use it in GitHub Desktop.
(require '[reagent.core :as reagent])
(def styles {:style {:color "red"}})
(defn hello []
[:div styles
"Hello CSS"])
(reagent/render [hello] js/klipse-container)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment