File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <%= selectors.join(',\n') %> { background- image: <%= getBackgroundImageUrl(images[0]) %>; background: no-repeat ; }
1+ <%= selectors.join(',\n') %> { background: no-repeat; background- image: <%= getBackgroundImageUrl(images[0]) %>; }
22<% _.forEach(images, function(image) { %>
33.<%= image.selector %> { background-position: <%= getBackgroundPosition(image) %>; width: <%= image.coordinates.width %>px; height: <%= image.coordinates.height %>px; }<% }); %>
Original file line number Diff line number Diff line change 11@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
2- <%= selectors.join(',\n') %> { background- image: <%= getBackgroundImageUrl(images[0]) %>; background: no-repeat ; background-size: <%= getBackgroundSize(images[0]) %>; }
2+ <%= selectors.join(',\n') %> { background: no-repeat; background- image: <%= getBackgroundImageUrl(images[0]) %>; background-size: <%= getBackgroundSize(images[0]) %>; }
33 <% _.forEach(images, function(image) { %>
44 .<%= image.selector %> { background-position: <%= getBackgroundPosition(image) %>; width: <%= image.coordinates.width / image.ratio %>px; height: <%= image.coordinates.height / image.ratio %>px; }<% }); %>
55}
You can’t perform that action at this time.
0 commit comments