DEBSOURCES
Skip Quicknav
sources / node-node-sass / 7.0.3%2Bgit20221109.ee13eb9%2Bdfsg-2 / sass-spec / spec / libsass-closed-issues / issue_2399 / input.scss
1234567891011
.thing { color: black; } .a, .b, .c, .d, .e { &:not(.thing) { @extend .thing; } }