<===> input.scss
foo {
  bar: 20px /* height */ + 2*5px /* padding */ + 2*1px /*border*/;
}

<===> output.css
foo {
  bar: 32px;
}