<===> input.scss
@if feature-exists(global-variable-shadowing) {
  div {
    feature: true;
  }
}
<===> output.css
div {
  feature: true;
}