``` .mixin() { @width: 100%; @height: 200px; } .caller { .mixin(); width: @width; height: @height; } ``` the less is not working and yet would be very useful.