legacy-paperclip icon indicating copy to clipboard operation
legacy-paperclip copied to clipboard

nested within not behaving correctly

Open crcn opened this issue 4 years ago • 0 comments
trafficstars

&:within(.slim) {
  &:within(.active) {
    color: red;
  }
}

Should be compiled to:

.slim.active [data-pc-element], .slim .active [data-pc-element] {
  color: red;
}

crcn avatar Apr 05 '21 03:04 crcn