@function foo($one, $two) {
  @return $one + $two;
}

$nums: 1px 2px;

.foo {
  left: foo($nums...);
  bottom: $nums 3px;
}
