@function calculate($foo: 1, $bar: 2) { @return $foo * $bar; } p { line-height: calculate($foo: 3); }