Skip to content

Commit 0c1ba5e

Browse files
authored
Merge pull request #4146 from billyct/patch-1
Update scss url with interpolation
2 parents d0716f1 + f22a766 commit 0c1ba5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slick/slick-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $slick-opacity-not-active: 0.25 !default;
2626
@return image-url($url);
2727
}
2828
@else {
29-
@return url($slick-loader-path + $url);
29+
@return url(#{$slick-font-path}#{$url});
3030
}
3131
}
3232

@@ -35,7 +35,7 @@ $slick-opacity-not-active: 0.25 !default;
3535
@return font-url($url);
3636
}
3737
@else {
38-
@return url($slick-font-path + $url);
38+
@return url(#{$slick-font-path}#{$url});
3939
}
4040
}
4141

0 commit comments

Comments
 (0)