I\'ve pieced together this approach for generating vendor-prefixed properties and animations using LESS. First some factory functions:
.vendorprefix (@property,
You can implement vendor-prefixing in LESS, but far better tools already exist.
Try to use css-postprocessor like Myth, it has auto-prefixing feature.