csspool

Quick and dirty css library with cross-browser prefixing.

Leiningen/Boot

[csspool "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

csspool/csspool {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("csspool:csspool:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>csspool</groupId>
  <artifactId>csspool</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>