1 2 3 4 5 6 7 8 9
$color: black !default; @function foo($v) { @if $v > 0 { @return $color; } @else { @return pink; } }