xaun-l
11/17/2017 - 2:46 PM

Scss Calc Interpolation

Interpolating into css3 calc() functions with SCSS

$size: 100%;

button {
  height: calc(#{$size} + 100px);
}