org.clojars.otabat/closure-stylesheets

Closure Stylesheets is an extension to CSS that adds variables, functions, conditionals, and mixins to standard CSS. The tool also supports minification, linting, RTL flipping, and CSS class renaming.

Leiningen/Boot

[org.clojars.otabat/closure-stylesheets "closure-stylesheets.jar"]

Clojure CLI/deps.edn

org.clojars.otabat/closure-stylesheets {:mvn/version "closure-stylesheets.jar"}

Gradle

implementation("org.clojars.otabat:closure-stylesheets:closure-stylesheets.jar")

Maven

<dependency>
  <groupId>org.clojars.otabat</groupId>
  <artifactId>closure-stylesheets</artifactId>
  <version>closure-stylesheets.jar</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.