(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close