aslansky / css-sprite

css sprite generator
MIT License
733 stars 55 forks source link

Allow configuring SCSS mixin name #43

Open cappslock opened 9 years ago

cappslock commented 9 years ago

It would be nice if you could configure the SCSS template (and others I guess) to use a provided mixin name. This is useful for avoiding conflicts.

I recognize that this is also doable with a custom template, but is there a clean way to integrate it as an option on the existing interface?