1 2 3 4 5 6
@function calc-width($base) { @return $base + $missing; } .foo { width: calc-width(10px); }