I\'m using Compass (a CSS Framework) to generate sprite images. It work, but compass generate only a background-position for each image.
Is it possible to get also t
I found the solution. Just pass true as the second argument :
@include all-ico-sprites(true);
Quite simply.