From 2b4e54519bb4940acfbea7e3882f679ad0acd31b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 17 Mar 2021 18:03:09 +0100 Subject: Fix --- src/_props.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_props.scss b/src/_props.scss index 5577f3a..3e974ab 100644 --- a/src/_props.scss +++ b/src/_props.scss @@ -252,7 +252,7 @@ $iro-props-namespace-context-id: 'namespace' !default; /// @function iro-props-get($key, $tree: $iro-props-default-tree, $default: null, $global: false) { @if $tree != null { - $noop: iro-props-get-static($key, $tree, $default); + $noop: iro-props-get-static($key, $tree, $default, $global); } @if not $global { -- cgit v1.2.3-54-g00ecf