<===> input.scss
h1 {
  width :calc(100% - 110px);
}
<===> output.css
h1 {
  width: calc(100% - 110px);
}