@mixin _at-root-keyframes($l) {
  @at-root {
    @keyframes #{$l} {
      @content;
    }
  }
}
