gulp-css-spriter icon indicating copy to clipboard operation
gulp-css-spriter copied to clipboard

Sprite Sheet Generation from CSS source files. The best and different approach to sprite sheets.

Results 3 gulp-css-spriter issues
Sort by recently updated
recently updated
newest added

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.

enhancement