aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-17 18:37:32 +0100
committerVolpeon <git@volpeon.ink>2021-03-17 18:37:32 +0100
commit854381846155d5086bb39e94b994efe9696d3e9b (patch)
tree0f890738277fbbc16215bd818c6085fe345886bf
parentFix (diff)
downloadiro-sass-854381846155d5086bb39e94b994efe9696d3e9b.tar.gz
iro-sass-854381846155d5086bb39e94b994efe9696d3e9b.tar.bz2
iro-sass-854381846155d5086bb39e94b994efe9696d3e9b.zip
Fix
-rw-r--r--src/_props.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_props.scss b/src/_props.scss
index 25d3bf3..973d6b2 100644
--- a/src/_props.scss
+++ b/src/_props.scss
@@ -320,7 +320,7 @@ $iro-props-namespace-context-id: 'namespace' !default;
320@mixin iro-props-assign-internal($map, $prefix: '', $ref-depth: $iro-props-native-assing-max-depth) { 320@mixin iro-props-assign-internal($map, $prefix: '', $ref-depth: $iro-props-native-assing-max-depth) {
321 @each $key, $value in $map { 321 @each $key, $value in $map {
322 $rd: $ref-depth; 322 $rd: $ref-depth;
323 @if type-of($value) == list and nth($value, 1) == 'iro-prop-ref' { 323 @if type-of($value) == list and length($list) > 0 and nth($value, 1) == 'iro-prop-ref' {
324 @if $ref-depth != 0 { 324 @if $ref-depth != 0 {
325 $rd: $rd - 1; 325 $rd: $rd - 1;
326 @if length($value) == 2 { 326 @if length($value) == 2 {