twolfson / grunt-spritesmith

Grunt task for converting a set of images into a spritesheet and corresponding CSS variables
MIT License
1.14k stars 92 forks source link

Provide alternative SCSS output for libsass #128

Closed qikkeronline closed 9 years ago

qikkeronline commented 9 years ago

Hi there,

I switched to using libsass recently; but found that spritesmith outputted SCSS returns an error (as far as I can see it is due to missing features in libsass). Would it be possible to provide an alternative for libsass users untill libsass is completely compatible, or can I develop a template for this myself?

Kind regards (and thx for the awesome grunt plugin),

Gerben van Dijk

twolfson commented 9 years ago

We test against libsass in our templating library to verify support.

https://github.com/twolfson/spritesheet-templates/blob/9.4.0/test/scss_test.js#L42-L52

There is an existing issue for this on gulp.spritesmith about this. Can you follow the discussion there and contribute your libsass version and error message?

https://github.com/twolfson/gulp.spritesmith/issues/40