Open DrDeath72 opened 9 years ago
http://lesscss.org/features/#variables-feature-properties
.vendor(@property, @value) { -webkit-@{property}:@value; -khtml-@{property}:@value; -moz-@{property}:@value; -ms-@{property}:@value; -o-@{property}:@value; @{property}:@value; } .bla { .vendor(border-radius, 5px); }
http://lesscss.org/features/#variables-feature-properties