gulp-svg-sprite icon indicating copy to clipboard operation
gulp-svg-sprite copied to clipboard

SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours

Results 4 gulp-svg-sprite issues
Sort by recently updated
recently updated
newest added

Draft until we release svg-sprite v2.0.0

dependencies

![capture d ecran 2018-06-21 a 14 43 08](https://user-images.githubusercontent.com/11664211/41719814-769a8a76-7561-11e8-9a9d-812451a69e5c.png) This is my conf : ``` const configSvgSprite = { shape: { spacing: { // Add padding padding: 10 } }, mode:...

Non-whitespace diff: https://github.com/svg-sprite/gulp-svg-sprite/pull/145/files?w=1 TODO: - [ ] Adapt branch protection rules before the merge

I have been using gulp-svg-sprite for years without any problems. Now I have implemented my gulpfile.js for building my svg sprites in a new projekt (newer node.js version and other...