(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.
(sass-compile input
{:keys [verbosity source-map] :or {verbosity 1} :as options})
Input can be:
Options:
Input can be: - String - File Options: - :source-map-path - Enables source-maps and uses this URL for sourceMappingURL. Relative to css file.
(sass-compile-to-file input-path output-path {:keys [source-map] :as options})
Arguments:
.map
appendedOptions:
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close