DEBSOURCES
Skip Quicknav
sources / node-node-sass / 9.0.0%2Bgit20240131.6081731%2Bdfsg-3 / sass-spec / spec / libsass-closed-issues / issue_2031 / extended-not / input.scss
12345678910
:not(.foo) { content: test; } .bar, .baz { @extend .foo; } test { content: selector-extend(":not(.foo)", ".foo", ".bar"); }