Skip to content

Commit 685cae7

Browse files
b209
1 parent 8b9a77f commit 685cae7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Core/Theme/Getters.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
@if (list.length($keys) == $key) {
3838
@return $value;
3939
}
40-
@if ($value != null) {
41-
@if (map.has-key($value, list.nth($keys, $key)) and list.length($keys) > $key) {
42-
$value: if(map.has-key($value, list.nth($keys, $key)), map.get($value, list.nth($keys, $key)), null);
43-
}
44-
}
4540
}
4641
}
4742
}

0 commit comments

Comments
 (0)