1
0

Bunch of tweaks and fixes.

This commit is contained in:
2019-01-10 09:21:09 +01:00
parent 66807f7c4f
commit 0457144c94
6 changed files with 32 additions and 29 deletions

View File

@@ -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;
}