summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/scss/mixin-extra-params.scss
blob: af376adf9023a0d80fb70ccd743833dc3108a3ac (plain)
1
2
3
4
@mixin test ($p1) {
	color: $p1;
}
@include test(foo, bar);