Answers for "scss add class to body"

CSS
0

scss add class to body

.boxed {
  @at-root body#{&} {
     color: red;
  }
}
Posted by: Guest on August-03-2021

Browse Popular Code Answers by Language