(->css* & garden-form)
A function that is used as wraper of garden forms, work similar to 'h-tail*' the garden forms should be inside a vector, e.g [[:.classA {:width '100'}]].
A function that is used as wraper of garden forms, work similar to 'h-tail*' the garden forms should be inside a vector, e.g [[:.classA {:width '100'}]].
(->hcss* [& classes])
A function that is used to gather the class keys from hiccup, and add them
in the .preparers/css-keys-in-hiccup
atom which contain a set. Return the
string to be placed in the (:class 'class1 class2')
A function that is used to gather the class keys from hiccup, and add them in the `.preparers/css-keys-in-hiccup` atom which contain a set. Return the string to be placed in the (:class 'class1 class2')
(state-usr-classes & fns)
Evaluate the css functions of css classes to add the garden forms in the user-css atom. Accepts a vector of functions
Evaluate the css functions of css classes to add the garden forms in the user-css atom. Accepts a vector of functions
(update-hiccup-css-keys-atom* [& classes])
A helper function to mutate the inline hiccup classes.
A helper function to mutate the inline hiccup classes.
(update-user-css-atom* gform-map)
A helper function to mutate the user-css atom.
A helper function to mutate the user-css atom.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close