I am not familiar with Less. In my understanding, I think Less can transform the less format file to standard css file(if
Less
less
css
Please note, that since version 3.7 Less has an each() function, which can be easily used with the range() function to produce the wanted code - like this:
range()
each(range(100),{ .span@{value} { width: @value * 1%; } });