DEBSOURCES
Skip Quicknav
sources / sass-spec / 3.5.4-1 / spec / libsass-closed-issues / issue_2260 / inner-parent-with-compound / input.scss
12345678910111213
@mixin test() { @at-root { .inner { @content; } } } @include test { .test & { property: value; } }