Interpolating into css3 calc() functions with SCSS
$size: 100%; button { height: calc(#{$size} + 100px); }