I am currently translating my grid into LESS, but I can\'t seem to figure out string interpolation.
Here\'s helper class that is supposed to generate all my columns:
Escaped selector interpolation is deprecated in 1.4.x, use
.col@{index} { width: @baseWidth * @index; }
instead.