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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -