Skip to content
Snippets Groups Projects
Commit 8f553e0f authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent fa4e3b60
No related branches found
No related tags found
No related merge requests found
......@@ -328,7 +328,7 @@
@return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
@return $string
@mixin font-face($name, $path, $weight: 400, $style: "normal", $exts: (eot woff2 woff ttf svg))
@mixin font-face($name, $path, $weight: 400, $style: normal, $exts: (eot woff2 woff ttf svg))
$src: null
$extmods: (eot:"?", svg:"#" + str-replace($name," ","_"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment