Liking cljdoc? Tell your friends :D

framework.app.view.css.tailwind.core


->css*clj/s

(->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'}]].
sourceraw docstring

->gardenclj/s

(->garden)
(->garden coll)
source

->hcss*clj/s

(->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')
sourceraw docstring

garden-toclj/smultimethod

source

group-2xl:queriesclj/s

(group-2xl:queries {:keys [bases:2xl]})
source

group-lg:queriesclj/s

(group-lg:queries {:keys [bases:lg]})
source

group-md:queriesclj/s

(group-md:queries {:keys [bases:md]})
source

group-sm:queriesclj/s

(group-sm:queries {:keys [bases:sm]})
source

group-xl:queriesclj/s

(group-xl:queries {:keys [bases:xl]})
source

result-css-mapclj/s

(result-css-map user-col)
source

state-usr-classesclj/s

(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
sourceraw docstring

update-hiccup-css-keys-atom*clj/s

(update-hiccup-css-keys-atom* [& classes])

A helper function to mutate the inline hiccup classes.

A helper function to mutate the inline hiccup classes.
sourceraw docstring

update-user-css-atom*clj/s

(update-user-css-atom* gform-map)

A helper function to mutate the user-css atom.

A helper function to mutate the user-css atom.
sourceraw docstring

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

× close