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 973d6b2..1bdef2a 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 length($list) > 0 and nth($value, 1) == 'iro-prop-ref' { | 323 | @if type-of($value) == list and length($value) > 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 { |