<===> input.scss
el {
  @if (& + '' == 'el') {
    content: "It works!";
  }
}
<===> output.css
el {
  content: "It works!";
}