Deraen / sass4clj

SASS compiler for Clj, Lein and Boot, using Libsass Java wrapper
70 stars 16 forks source link

Support raw css imports #14

Closed Deraen closed 8 years ago

Deraen commented 8 years ago

https://github.com/sass/libsass/pull/754

This add-ext/find logic just needs some tweaking to check for css files if scss doesn't exist: https://github.com/Deraen/sass4clj/blob/master/src/sass4clj/core.clj#L60-L71