diff options
-rw-r--r-- | src/_props.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
252 | /// | 252 | /// |
253 | @function iro-props-get($key, $tree: $iro-props-default-tree, $default: null, $global: false) { | 253 | @function iro-props-get($key, $tree: $iro-props-default-tree, $default: null, $global: false) { |
254 | @if $tree != null { | 254 | @if $tree != null { |
255 | $noop: iro-props-get-static($key, $tree, $default); | 255 | $noop: iro-props-get-static($key, $tree, $default, $global); |
256 | } | 256 | } |
257 | 257 | ||
258 | @if not $global { | 258 | @if not $global { |