SCSS Agregar clase al cuerpo
.boxed {
@at-root body#{&} {
color: red;
}
}
Relieved Rook
.boxed {
@at-root body#{&} {
color: red;
}
}