You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this is something changed in Less parser in recent versions (I guess it was a fix for less/less.js#2824). Unfortunately, I'm afraid I won't be able to fix this myself any time soon - so any PRs (or just ideas) are welcome. Related info of interest.
Also note that the breaking version of Less already has its own each function so you can use it as a replacement (though if I'm not mistaken they are not 100% interchangable and there're non overlapping limitations/pros/cons in either of these facilities).
The
.for-each
command 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.
The text was updated successfully, but these errors were encountered: