Let's say I have the following map and iterate over it with the each-function:

This will result in the following compiled output (with less.js):

The lines that are commented out are also parsed and the index is used as the key-variable somehow.
I don't think this is the intended behaviour.
Let's say I have the following map and iterate over it with the each-function:
This will result in the following compiled output (with less.js):
The lines that are commented out are also parsed and the index is used as the key-variable somehow.
I don't think this is the intended behaviour.