`this` is `undefined` in strict mode hence it throws a TypeError: https://github.com/less/less.js/blob/a84358d2956d3245f45083adc50069119de2e431/lib/less/functions/list.js#L74 I guess it should pass `this` argument to the `forEach` method? https://github.com/less/less.js/blob/a84358d2956d3245f45083adc50069119de2e431/lib/less/functions/list.js#L92 ``` }, this); ```
thisisundefinedin strict mode hence it throws a TypeError:less.js/lib/less/functions/list.js
Line 74 in a84358d
I guess it should pass
thisargument to theforEachmethod?less.js/lib/less/functions/list.js
Line 92 in a84358d