aboutsummaryrefslogtreecommitdiffstats
path: root/src/_props.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-10-18 15:02:26 +0200
committerVolpeon <git@volpeon.ink>2024-10-18 15:02:26 +0200
commit5bb214ac10c3c965836f1e63a3ff9f37ab28af4c (patch)
tree1a5bb5fb6d6d714ce45e44063927ec973f8c0835 /src/_props.scss
parentAgain (diff)
downloadiro-sass-5bb214ac10c3c965836f1e63a3ff9f37ab28af4c.tar.gz
iro-sass-5bb214ac10c3c965836f1e63a3ff9f37ab28af4c.tar.bz2
iro-sass-5bb214ac10c3c965836f1e63a3ff9f37ab28af4c.zip
Fix
Diffstat (limited to 'src/_props.scss')
-rw-r--r--src/_props.scss2
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}