UNPKG
gulp-svgfallback
Version:
latest (5.0.1)
5.0.1
5.0.0
4.0.1
3.0.2
3.0.1
3.0.0
2.0.0
1.0.1
1.0.0
0.0.0
Generate png sprite from svg icons
github.com/w0rm/gulp-svgfallback
w0rm/gulp-svgfallback
gulp-svgfallback
/
templates
/
style.css
9 lines
(8 loc)
•
241 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
<% icons
.forEach
(function (
icon
) { %> .<%-
icon
.name
%> {
background-image
:
url
(
<%= backgroundUrl %>
);
background-position
: <%- -icon.left %>px <%- -icon.top %>px;
width
: <%- icon.width %>px;
height
: <%- icon.height %>px; } <% }) %>