Gulp SVG Sprites
Files Generated:
<%= config.cssFile %>
<%= config.svg.sprite %>
Usage:
Include the
CSS file
into your project.
Paste one of the snippets anywhere into your website.
Toggle PNG/SVG
(showing
SVG
)
<% _.forEach(svg, function(svgItem) { %>
<%= svgItem.name %>
Show Snippet
Invert Background
<span class="<%= common %> <%= svgItem.name %>"></span>
Close
<% }); %>