foo {
  color: blue;

  @at-root {
    bar {
      color: red;
    }
  }
}

foo {
  color: blue;

  @at-root bar {
    color: red;
  }
}
