Compass: generate Sprites, plus width / height on each images in the sprite

前端 未结 2 1253
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-23 10:18

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

2条回答
  •  庸人自扰
    2020-12-23 10:29

    I found the solution. Just pass true as the second argument :

    @include all-ico-sprites(true);
    

    Quite simply.

提交回复
热议问题