Closed JonET closed 10 years ago
Allright, I thought supporting one sass syntax would be sufficient, but I was wrong...
PR looks good. :thumbsup:
Could you publish to npm? I need to update mimosa-sprite as well with the new bits.
Will do.
Awesome. :shipit:
The Ruby sass compiler is kind of slow for my project so I wanted to use the much faster node-sass. Unfortunately node-sass depends on libsass which doesn't support the old syntax. Adding scss support gets me around that hurdle. :)