aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss/126-test_selector_tracing.scss
blob: 89c077c199f825ad8532032fcbf0182fcfed4b7f (plain)
1
2
3
4
5
6
      @mixin mixed {
        .mixed { color: red; }
      }
      .context {
        @include mixed;
      }