This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-25
Channels
- # beginners (27)
- # boot (49)
- # cider (51)
- # cljs-dev (29)
- # cljsjs (1)
- # cljsrn (19)
- # clojure (59)
- # clojure-austin (2)
- # clojure-belgium (19)
- # clojure-china (1)
- # clojure-dev (14)
- # clojure-dusseldorf (7)
- # clojure-russia (8)
- # clojure-spec (115)
- # clojure-uk (45)
- # clojurescript (118)
- # css (6)
- # cursive (8)
- # datascript (20)
- # datomic (32)
- # emacs (5)
- # events (2)
- # flambo (21)
- # hoplon (58)
- # incanter (8)
- # jobs-rus (1)
- # jobs_rus (1)
- # off-topic (3)
- # om (22)
- # om-next (9)
- # onyx (5)
- # other-languages (79)
- # re-frame (126)
- # reagent (6)
- # ring (7)
- # specter (1)
- # untangled (119)
- # yada (38)
Howdy folks! I have a project that depends on sass4clj, which in turn depends on jsass, which is a Java wrapper for libsass (written in C) which unfortunately does not work on my OS, FreeBSD. Does anybody have any recommendations for an alternative library that will compile my SCSS into CSS?
@kenny: Thanks, I'll check that out!
@jeff.terrell: You could also check out https://github.com/bhauman/lein-figwheel/wiki/SASS-watcher if that doesn't work for you.
OK, thanks!
There's also deraen/sass4clj which has a well working sass task