Liking cljdoc? Tell your friends :D

garden.compiler

Functions for compiling Clojure data structures to CSS.

Functions for compiling Clojure data structures to CSS.
raw docstring

compile-cssclj/s

(compile-css flags & rules)

Convert any number of Clojure data structures to CSS.

Convert any number of Clojure data structures to CSS.
sourceraw docstring

compile-styleclj/s

(compile-style ms)

Convert a sequence of maps into CSS for use with the HTML style attribute.

Convert a sequence of maps into CSS for use with the HTML style
attribute.
sourceraw docstring

CSSRendererclj/s≠protocol

render-cssclj/s

(render-css this)

Convert a Clojure data type in to a string of CSS.

Convert a Clojure data type in to a string of CSS.
source

expand-declaration-1clj/s

(expand-declaration-1 declaration)
source

IExpandableclj/s≠protocol

expandclj/s

(expand this)

Return a list containing the expanded form of this.

Return a list containing the expanded form of `this`.
source

with-media-query-contextclj/s≠macro

clj
(with-media-query-context selector-context & body)
cljs
(with-media-query-context &form &env selector-context & body)
source (clj)source (cljs)

with-selector-contextclj/s≠macro

clj
(with-selector-context selector-context & body)
cljs
(with-selector-context &form &env selector-context & body)
source (clj)source (cljs)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close