@charset "UTF-8";

@mixin escape-to-parent($selector: null) {
  @at-root #{$selector}#{&} {
    @content;
  }
}
