selaux / node-sprite-generator

Generates image sprites and their spritesheets (css, stylus, sass or less) from sets of images. Supports retina sprites. Provides express middleware and grunt task.
MIT License
191 stars 39 forks source link

Support for scss syntax #18

Closed JonET closed 10 years ago

JonET commented 10 years ago

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. :)

selaux commented 10 years ago

Allright, I thought supporting one sass syntax would be sufficient, but I was wrong...

PR looks good. :thumbsup:

JonET commented 10 years ago

Could you publish to npm? I need to update mimosa-sprite as well with the new bits.

selaux commented 10 years ago

Will do.

JonET commented 10 years ago

Awesome. :shipit: