sprity / sprity

A image sprite generator
MIT License
481 stars 72 forks source link

Split option for styles #55

Open Invulner opened 8 years ago

Invulner commented 8 years ago

Is it possible to split styles according to sprite images? I think it can be convenient to get structure like:

assets/
           img/
                  sprite1.png
                  sprite2.png
           styles/
                  sprite1.css
                  sprite2.css

Currently if I use split option I'll get just one concatenated css file for all sprites.

z-ZYS-s commented 8 years ago

I have the same problem...