_sass/vendor/susy/susy/output/support/_prefix.scss in minimal-mistakes-jekyll-4.1.0 vs _sass/vendor/susy/susy/output/support/_prefix.scss in minimal-mistakes-jekyll-4.1.1

- old
+ new

@@ -1,19 +1,19 @@ -// Susy Prefix -// =========== - -// Prefix -// ------ -// Output simple prefixed properties. -// - $prop : <css property> -// - $val : <css value> -// - [$prefix] : <browser prefix list> -@mixin susy-prefix( - $prop, - $val, - $prefix: official -) { - @each $fix in $prefix { - $fix: if($fix == official or not($fix), $prop, '-#{$fix}-#{$prop}'); - @include susy-rem($fix, $val); - } -} +// Susy Prefix +// =========== + +// Prefix +// ------ +// Output simple prefixed properties. +// - $prop : <css property> +// - $val : <css value> +// - [$prefix] : <browser prefix list> +@mixin susy-prefix( + $prop, + $val, + $prefix: official +) { + @each $fix in $prefix { + $fix: if($fix == official or not($fix), $prop, '-#{$fix}-#{$prop}'); + @include susy-rem($fix, $val); + } +}