Liking cljdoc? Tell your friends :D

sass4clj.core


add-extclj

(add-ext name)
source

add-underscoreclj

(add-underscore url)
source

custom-sass-importerclj

(custom-sass-importer ctx)
source

find-local-fileclj

(find-local-file file current-dir)
source

find-resourceclj

(find-resource url)
source

find-webjarsclj

(find-webjars ctx file)
source

join-urlclj

(join-url & parts)
source

normalize-urlclj

(normalize-url url-string)

Simple URL normalization logic for import paths. Can normalize relative paths.

Simple URL normalization logic for import paths. Can normalize
relative paths.
sourceraw docstring

sass-compileclj

(sass-compile input
              {:keys [verbosity source-map] :or {verbosity 1} :as options})

Input can be:

  • String
  • File

Options:

  • :source-map-path - Enables source-maps and uses this URL for sourceMappingURL. Relative to css file.
Input can be:
- String
- File

Options:
- :source-map-path - Enables source-maps and uses this URL for
  sourceMappingURL. Relative to css file.
sourceraw docstring

sass-compile-to-fileclj

(sass-compile-to-file input-path output-path {:keys [source-map] :as options})

Arguments:

  • input-path - Path to the input file
  • output-path - Path to the output file, possible to source map will be written to same path with .map appended
  • options

Options:

  • :source-map - Enables source-maps and sets URI using output-path.
Arguments:
- input-path - Path to the input file
- output-path - Path to the output file, possible to source map will be
  written to same path with `.map` appended
- options

Options:
- :source-map - Enables source-maps and sets URI using output-path.
sourceraw docstring

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

× close