legacy-paperclip
legacy-paperclip copied to clipboard
nested within not behaving correctly
trafficstars
&:within(.slim) {
&:within(.active) {
color: red;
}
}
Should be compiled to:
.slim.active [data-pc-element], .slim .active [data-pc-element] {
color: red;
}