dependabot[bot] on npm_and_yarn
Bump gm from 1.17.0 to 1.23.1 … (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump lodash from 3.10.1 to 4.17… (compare)
dependabot[bot] on npm_and_yarn
Hi, I've been struggling with sprity for a while.
What I'm trying to achieve is to use the "split" option, save the generated sprite images in a 'images/sprites' directory, and generate both css and scss files into another directory for each sprite image with the same name.
so for example, I could have two generated sprites in images/sprites: "sprites-icons.png" and "sprites-something.png", then I should have the following files too: "sprites-icons.css", "sprites-icons.scss", "sprites-something.css", "sprites-something.scss"
Is this achievable?