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

defaults

parent ce99538a
No related branches found
No related tags found
No related merge requests found
// TODO : ranger
@function px2rem($size)
$remSize: $size / 16
@return #{$remSize}rem
......@@ -330,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: null, $style: null, $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