Liking cljdoc? Tell your friends :D

0.7.0 (2025-10-14)

compare

  • Use Beholder for change watching, should support Apple Silicon
    • Note: will trigger re-compile only when the file content really changes, not when changing the file without changes. Change event throttle was also removed, as it isn't needed when only real changes trigger compile.

0.6.0 (2024-04-10)

compare

  • Update to latest jsass
    • Supports Apple Silicon

0.5.5 (2021-04-12)

compare

  • Fix @import load order for classpath relative paths being shadowed.
    • Files in :source-paths could be selected before correct file from relative path in the classpath. E.g. local _icons.scss before one in material-design-iconic-font.

0.5.4 (2021-02-19)

compare

  • Fix lein plugin when :source-paths is merged from multiple lein profiles

0.5.3 (2021-01-21)

compare

  • Read imports from other source-paths before the classpath
  • Print resolved imports on debug log

0.5.2 (2021-01-07)

compare

  • Set exit code in -main and Lein plugin if errors occured

0.5.1 (2020-02-07)

compare

  • Fix :source-paths not being passed to compile file, so files from another source-paths folder couldn't be imported. (#31)

0.5.0 (2019-10-03)

compare

  • Support mixed Scss & Sass projects (include .sass files from .scss files) (#22)

0.4.1 (2019-08-28)

compare

  • Fix the Integrant namespace (#30)

0.4.0 (2019-08-20)

compare

  • Breaking:
    • Requires Clojure 1.9 (for spec)
  • Sass4clj now contains main namespace for clj use
  • Sass4clj new has sass4clj.api namespace with easy to use start and stop functions
  • Add Integrant namespace sass4clj.integrant namespace
  • Add Component namespace sass4clj.component namespace
  • Uses Beholder for watching for file changes, this should work better on OS X
  • Support Webpack style import paths, which support starting the path with ~ when referring to Node packages.
  • Add inputs option which can be used to select main files

0.3.1 (8.3.2017)

compare

  • Fixed a bad macro in Leiningen plugin which broke less4clj with Clojure 1.9-alpha14

0.3.0 (18.10.2016)

compare

  • Run tests on Windows CI
  • Update to latest jsass (#6)
  • Supports source maps (#1)
  • Support raw css imports (#14)

0.2.1 (22.2.2016)

compare

  • Fixed the documentation about main files
    • Main files don't need to end with .main.ext
    • Main files are the files not starting with _
  • Fix URI construction on Windows (#7)

0.2.0 (25.12.2015)

  • Synchronized versions between all packages
  • Boot and Lein packages are now maintained in sass4clj repository

0.1.1 (27.9.2015)

  • Fixed local file imports

0.1.0 (26.9.2015)

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close