Could it be feasible to implement this in a way I haven't considered yet? I'm attempting to include a variable in the mixin function's name.
@mybar: Test;
.mymixin() {
padding: 10px;
}
.mymixin@{mybar}() {
padding: 10px;
}
.test {
.mymixinTest();
}