SCSS ajoute une classe au corps

.boxed {
  @at-root body#{&} {
     color: red;
  }
}
Relieved Rook