Created by: tjkohli
This allows the .transition(@transition)
LESS mixin to allow multiple arguments, meaning multiple transitons on a single element, which is not uncommon.
For example, this will let a developer animate the box-shadow as well as the background-color of a button, on hover. I've been using this method ever since I've been LESSing.