UNPKG

grunt-spritesmith

Version:

Grunt task for converting a set of images into a spritesheet and corresponding CSS variables.

22 lines (21 loc) 486 B
.icon-fork:before { display: block; background-image: url(spritesheet.handlebarsStr.png); background-position: 0px 0px; width: 32px; height: 32px; } .icon-github:before { display: block; background-image: url(spritesheet.handlebarsStr.png); background-position: -32px 0px; width: 32px; height: 32px; } .icon-twitter:before { display: block; background-image: url(spritesheet.handlebarsStr.png); background-position: 0px -32px; width: 32px; height: 32px; }