From 54681629bf7d3d317df52f4327e0169925338bd5 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 25 Oct 2024 19:59:10 +0200 Subject: Fix --- src/_props.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_props.scss b/src/_props.scss index 42f866e..523e5b1 100644 --- a/src/_props.scss +++ b/src/_props.scss @@ -92,13 +92,13 @@ } } -@mixin materialize($ref, $match-meta: null) { +@mixin materialize($ref, $match-meta: nil) { @if is-prop-ref($ref) { $name: list.nth($ref, 2); $value: get(list.nth($ref, 3)); $meta: get(list.nth($ref, 4)); - @if $match-meta == null or list.index($meta, $match-meta) != null { + @if $match-meta == nil or list.index($meta, $match-meta) != null { @include materialize-helper($name, $value); } } @else if meta.type-of($ref) == 'list' { @@ -108,7 +108,7 @@ $value: get(list.nth($r, 3)); $meta: get(list.nth($r, 4)); - @if $match-meta == null or list.index($meta, $match-meta) != null { + @if $match-meta == nil or list.index($meta, $match-meta) != null { @include materialize-helper($name, $value); } } -- cgit v1.2.3-70-g09d2