diff options
author | Volpeon <git@volpeon.ink> | 2021-03-17 18:03:09 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-17 18:03:09 +0100 |
commit | 2b4e54519bb4940acfbea7e3882f679ad0acd31b (patch) | |
tree | eef5c87ee237d4ece40709f685020249cc21df49 | |
parent | Improved property tree function names (diff) | |
download | iro-sass-2b4e54519bb4940acfbea7e3882f679ad0acd31b.tar.gz iro-sass-2b4e54519bb4940acfbea7e3882f679ad0acd31b.tar.bz2 iro-sass-2b4e54519bb4940acfbea7e3882f679ad0acd31b.zip |
Fix
-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 { |