2createStudio / postcss-sprites

Generate sprites from stylesheets.
MIT License
413 stars 50 forks source link

config sprite filename #48

Closed Tommassissimo closed 8 years ago

Tommassissimo commented 8 years ago

I want to split css file for each html page and I use gulp with less and postcss, so I have multi less entries. And the result generating sprite for each less entry which is correct, but the filename for the sprite is no readable, as shown below, there is anywhere to config it? image

vvasilev- commented 8 years ago

You can use Skip Prefix example to change the name of sprite. Also see issue #47.

Tommassissimo commented 8 years ago

thanks, it solved my problem