css

For all your CSS related content...
jeff.terrell 2016-05-25T19:42:37.000016Z

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 2016-05-25T19:50:43.000017Z

@jeff.terrell: https://github.com/mathias/boot-sassc

jeff.terrell 2016-05-25T19:51:32.000019Z

@kenny: Thanks, I'll check that out!

shaun-mahood 2016-05-25T20:49:07.000020Z

@jeff.terrell: You could also check out https://github.com/bhauman/lein-figwheel/wiki/SASS-watcher if that doesn't work for you.

jeff.terrell 2016-05-25T20:51:11.000023Z

OK, thanks!

martinklepsch 2016-05-25T20:58:01.000024Z

There's also deraen/sass4clj which has a well working sass task