shakyShane / gulp-svg-sprites

Create SVG sprites or compile to <symbols>
MIT License
334 stars 45 forks source link

Do not export .no-svg if no fallback used #76

Closed silentroach closed 8 years ago

silentroach commented 9 years ago

I use webpack so every time a get an error on this block:

.no-svg .icon:before {
    background-image: url("../svg/sprite.png");
}

I don't need a png fallback, so it will be great to disable it.

danielfttorres commented 9 years ago

+1

shakyShane commented 9 years ago

@silentroach could you provide a sample webpack config where you're using this please :)