aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss/102-test_placeholder_interpolation.scss
blob: cbf572e4bb900cdf070e3360900a5df3cb3791cf (plain)
1
2
3
4
$foo: foo;

%#{$foo} {color: blue}
.bar {@extend %foo}