gulp-css-spriter
gulp-css-spriter copied to clipboard
Sprite Sheet Generation from CSS source files. The best and different approach to sprite sheets.
Add support for the `@media` at-rule. When I add a `background-image` declaration into a media query, it doesn't get picked up and sprited.
Add an option to conditionally filter images based on the image URL For example, any image with `?__spriter` will be sprited ``` background-image: url('./images/test.png?__spriter'); ```
Add [`gulp-sourcemaps`](https://www.npmjs.com/package/gulp-sourcemaps) support.