less - Sprites in LESSC -
is there addon lessc allow me to like:
less
.icon-xyz{ .sprite('image1.png'); } .icon-abc{ .sprite('image2.png'); }
that outputs merged sprite in production mode, , stays individual images in development mode?
similar how compass works sass
there addon node.js: less-sprites. https://github.com/polycode/less-sprites
it requires install imagemagick firstly.
Comments
Post a Comment