@mixin _noop-animation() {
  @at-root ._animation-noopable#{&} {
    transition: none;
    animation: none;
    @content;
  }
}
