From 8868a6bcf1573b8e22c2e1bb3063f65734f7c9ff Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 10:19:42 +0200 Subject: Fix --- src/_props.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/_props.scss') diff --git a/src/_props.scss b/src/_props.scss index 66a1d85..5682611 100644 --- a/src/_props.scss +++ b/src/_props.scss @@ -93,7 +93,7 @@ $value: get(list.nth($ref, 3)); $meta: get(list.nth($ref, 4)); - @if $match-meta != nil and $meta == $match-meta { + @if $match-meta == nil or $meta == $match-meta { @include materialize-helper($name, $value); } } @else if meta.type-of($ref) == 'list' { @@ -103,7 +103,7 @@ $value: get(list.nth($r, 3)); $meta: get(list.nth($r, 4)); - @if $match-meta != nil and $meta == $match-meta { + @if $match-meta == nil or $meta == $match-meta { @include materialize-helper($name, $value); } } -- cgit v1.2.3-70-g09d2