Everything related to CSS functions.
Everything related to CSS functions.
(comma-join {:keys [compiles-to args]})
A CSSFunction util/str-commajoin compile function. Compiles the function to a form <fn-name>(arg1, arg2, arg3, ...),
A CSSFunction util/str-commajoin compile function. Compiles the function to a form <fn-name>(arg1, arg2, arg3, ...),
(css-format-fn {:keys [args] :as cssfn})
A special function for css-format which also puts additional quotes around the parameter to enable usage of keywords.
A special function for css-format which also puts additional quotes around the parameter to enable usage of keywords.
(single-arg {:keys [compiles-to args] :as cssfn})
A CSSFunction compile function. Presumes that only one arg is given. If not, calls commajoin function above and gives us a warning instead.
A CSSFunction compile function. Presumes that only one arg is given. If not, calls commajoin function above and gives us a warning instead.
(space-join {:keys [compiles-to args]})
A CSSFunction util/str-spacejoin compile function. Compiles the function to a form <fn-name>(arg1 arg2 arg3 ...),
A CSSFunction util/str-spacejoin compile function. Compiles the function to a form <fn-name>(arg1 arg2 arg3 ...),
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close