I\'m introducing LESS to a large web app project to simplify my CSS. I\'ve got a few CSS rules which apply transitions to a varying number of properties, for example:
From less.js 1.3 onwards you have to specify ... in the argument list to signify that more arguments can be added. e.g.
.transition-property(...) { foo: @arguments; }