$width:
  10px +
  5px;

$height:
  10px
  + 5px;

$padding-top: 1px+2px;

a {
  width: $width;
  height: $height;
  padding-top: $padding-top;
}
