lein-scss icon indicating copy to clipboard operation
lein-scss copied to clipboard

A lein plugin to convert scss to css

Results 2 lein-scss issues
Sort by recently updated
recently updated
newest added

I have a _header.scss file which is included in the main.scss file. When I run `lein scss :dev auto` I expected the main.scss to be recompiled if I change _header.scss...

I am using lein-scss in a project that needs to run on Linux/Mac/Windows. lein-scss works fine on Linux and Mac. For Windows I use cygwin so that the same Linux...