<===> input.scss
.debug {
  @debug-this {
    foo: bar;
  }
}
<===> output.css
@debug-this {
  .debug {
    foo: bar;
  }
}