Skip to content

Instantly share code, notes, and snippets.

@stevenw00
stevenw00 / responsive-sprites.md
Last active April 2, 2023 10:02
Responsive sprites using grunt-spritesmith and SCSS

Easy responsive sprites using grunt-spritesmith and SCSS

Requires grunt-spritesmith which generates a spritesheet from a bunch of images.

This gist passes a custom template for spritesmith to generate the SCSS file.

Gruntfile.js

sprite: {
 src: "images/*.png",