You've already forked sass-spritemaker
Bunch of tweaks and fixes.
This commit is contained in:
@@ -27,7 +27,7 @@ $sprite: (
|
||||
);
|
||||
|
||||
@mixin use-sprite($name) {
|
||||
background: transparent '{{& url}}' no-repeat;
|
||||
background: transparent url('{{& url}}') no-repeat;
|
||||
background-position: map-get($sprite, $name);
|
||||
background-size: {{bounds.width}}px {{bounds.height}}px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user