alpha should not be required on hsb()

master
Anton Smirnov 2 years ago
parent 80ec4614f9
commit 234d93eddf

@ -49,7 +49,7 @@
@return hsv($h, $s, $v, $a);
}
@function hsb($h, $s, $b, $a) {
@function hsb($h, $s, $b, $a: 1) {
@return hsv($h, $s, $b, $a);
}

Loading…
Cancel
Save