Liking cljdoc? Tell your friends :D

cryogen-core.sass


compass-installed?clj

(compass-installed? compass-path)

Checks for the installation of Compass.

Checks for the installation of Compass.
sourceraw docstring

compile-sass->css!clj

(compile-sass->css! {:keys [sass-src theme-sass-src sass-path ignored-files]
                     :as opts})

Given a directory or directories in sass-src, looks for all Sass files and compiles them. Prompts you to install sass if it finds Sass files but can't find the command. Shows you any problems it comes across when compiling.

Given a directory or directories in sass-src, looks for all Sass files and compiles them.
Prompts you to install sass if it finds Sass files but can't find the command. Shows you
any problems it comes across when compiling. 
sourceraw docstring

compile-sass-dir!clj

(compile-sass-dir! {:keys [sass-dir sass-path compass-path]})

Given a sass directory (or file), output the resulting CSS in the same dir. All error handling is done by sh / launching the sass command.

Given a sass directory (or file), output the resulting CSS in the
same dir. All error handling is done by sh / launching the sass
command.
sourceraw docstring

find-sass-filesclj

(find-sass-files dir ignored-files)

Given a directory, gets files, filtered to those having scss or sass extension. Ignores files matching any ignored regexps.

Given a directory, gets files, filtered to those having scss or sass
extension. Ignores files matching any ignored regexps.
sourceraw docstring

sass-installed?clj

(sass-installed? sass-path)

Checks for the installation of Sass.

Checks for the installation of Sass.
sourceraw docstring

shcljmacro

(sh & args)
source

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

× close