@mixin xit($statement) {
  $bc-skipping: true !global;

  @include it($statement) {
    @content;
  }

  $bc-skipping: false !global;
}
