Fork me on GitHub
#helix
<
2022-11-17
>
dvingo19:11:54

had an insight yesterday that I could quite easily support emotion's :css prop with helix.dom ! ergonomic styling with emotion and helix:

(require [dv.emotion-helix-dom :as d])
(d/p {:css {:background "blue" ":hover" {:background "grey"}} "Hello")
https://github.com/dvingo/cljs-emotion#use-with-helix https://dvingo.github.io/cljs-emotion/#!/dv.cljs_emotion.helix_cards