adam-lynch / gulp-image-data-uri

Converts images to data URIs
http://www.adamlynch.com
MIT License
12 stars 9 forks source link

Allow creation of placeholder selectors in SASS, e.g. %classname #5

Closed tulipdexter closed 8 years ago

tulipdexter commented 9 years ago

It would be great if there was a way to output placeholder selectors as well as, or instead of classes so that they can be extended (@extend). I've tried the custom class but you end up with .%classname whereas I'd like to replace the . with a %, e.g. %classname.

adam-lynch commented 8 years ago

Closing because the custom template option solves this :smile: