%test {
  > {
    .red {
      color: #F00;
    }
  }
}

p {
  @extend %test;

  > {
    a {
      @extend %test;
    }
  }
}
