The .for-each command works up to and including lessc version 3.6.0.
In 3.7.0 and current it gives:
ParseError: Unrecognised input in for-each.less on line 6, column 33:
5 #for-each-fruit {
6 .for-each(@value in @fruit) {
7 value: @value;
where the open brace on line 6 is in red.
The
.for-eachcommand works up to and including lessc version 3.6.0.In 3.7.0 and current it gives:
where the open brace on line 6 is in red.