Liking cljdoc? Tell your friends :D

keechma.toolbox.css.core


component-stylescljs

source

defelementcljmacro

(defelement name & args)
source

generate-and-inject-style-tagcljs

(generate-and-inject-style-tag)
(generate-and-inject-style-tag stylesheet-id)

Injects a style tag with the id 'injected-css' into the page's head tag Returns generated style tag

Injects a style tag with the id 'injected-css' into the page's head tag
Returns generated style tag
sourceraw docstring

generic-stylesheet-idcljs

source

ns-name->classclj

(ns-name->class ns-name)
source

register-component-stylescljs

(register-component-styles class styles)
source

remove-element-by-idcljs

(remove-element-by-id id)
source

update-page-csscljs

(update-page-css stylesheet)
(update-page-css stylesheet stylesheet-id)

Updates #injected-css with provided argument (should be some CSS string -- e.g. output from garden's css fn) If page does not have #injected-css then will create it via call to generate-and-inject-style-tag

Updates #injected-css with provided argument (should be some CSS string 
-- e.g. output from garden's css fn) If page does not have #injected-css then
will create it via call to generate-and-inject-style-tag
sourceraw docstring

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

× close