Skip to content

Commit 900a7f4

Browse files
committed
Address future deprecation warnings.
1 parent 79983e8 commit 900a7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/vendor/susy/susy/output/support/_support.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

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

7272
@if not($_pass) {
7373
$_fail: true;

0 commit comments

Comments
 (0)