dv/cljs-emotion

ClojureScript wrapper of emotion css-in-js library

Leiningen/Boot

[dv/cljs-emotion "version-two"]

Clojure CLI/deps.edn

dv/cljs-emotion {:mvn/version "version-two"}

Gradle

implementation("dv:cljs-emotion:version-two")

Maven

<dependency>
  <groupId>dv</groupId>
  <artifactId>cljs-emotion</artifactId>
  <version>version-two</version>
</dependency>