diff options
author | Volpeon <git@volpeon.ink> | 2024-10-18 15:02:26 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-18 15:02:26 +0200 |
commit | 5bb214ac10c3c965836f1e63a3ff9f37ab28af4c (patch) | |
tree | 1a5bb5fb6d6d714ce45e44063927ec973f8c0835 /src | |
parent | Again (diff) | |
download | iro-sass-5bb214ac10c3c965836f1e63a3ff9f37ab28af4c.tar.gz iro-sass-5bb214ac10c3c965836f1e63a3ff9f37ab28af4c.tar.bz2 iro-sass-5bb214ac10c3c965836f1e63a3ff9f37ab28af4c.zip |
Fix
Diffstat (limited to 'src')
-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 c80c18b..c61fd6b 100644 --- a/src/_props.scss +++ b/src/_props.scss | |||
@@ -98,7 +98,7 @@ | |||
98 | } | 98 | } |
99 | } @else if meta.type-of($ref) == 'list' { | 99 | } @else if meta.type-of($ref) == 'list' { |
100 | @each $r in $ref { | 100 | @each $r in $ref { |
101 | @include materialize($r); | 101 | @include materialize($r, $match-meta); |
102 | } | 102 | } |
103 | } | 103 | } |
104 | } | 104 | } |