This commit is contained in:
vinceliuice 2022-02-16 16:53:15 +08:00
parent feefd0eb7b
commit 1ee9a8dfb5

View file

@ -73,16 +73,17 @@
@if ($type == 'b') { @return $grey-050; }
@if ($type == 'c') { @return $grey-100; }
@if ($type == 'd') { @return $grey-250; }
@if ($type == 'e') { @return $grey-800; }
@if ($type == 'f') { @return $grey-750; }
@if ($type == 'g') { @return $grey-700; }
@if ($type == 'h') { @return $grey-650; }
@if ($blackness == 'true') {
@if ($type == 'e') { @return $black; }
@if ($type == 'f') { @return $grey-950; }
@if ($type == 'g') { @return $grey-900; }
@if ($type == 'h') { @return $grey-850; }
} @else {
@if ($type == 'e') { @return $grey-800; }
@if ($type == 'f') { @return $grey-750; }
@if ($type == 'g') { @return $grey-700; }
@if ($type == 'h') { @return $grey-650; }
}
}