Skip to content

Commit

Permalink
Address future deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-nishimura committed Nov 25, 2018
1 parent 79983e8 commit 900a7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/vendor/susy/susy/output/support/_support.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

@each $_type, $_req in $requirements {
@each $_i in $_req {
$_pass: call(unquote("#{$_type}-exists"), $_i);
$_pass: call(get-function(unquote("#{$_type}-exists")), $_i);

@if not($_pass) {
$_fail: true;
Expand Down

0 comments on commit 900a7f4

Please sign in to comment.