Currently experimenting with the combination of LESS and respond.js to facilitate the development of a new website. Both LESS and respond are incredibly useful tools. However, encountered several issues with LESS in Internet Explorer.
Initially, while in IE8 mode, my IE10 browser indicated that it did not recognize "map". No problem, I created an Array.prototype map extension. Next, it mentioned that it did not understand isArray, again in IE8 mode. Utilized prototype extensions to address this issue. Now, I am facing a SyntaxError: Invalid operand to 'in': Object expected.
Unsure about what exactly in refers to, and continually adding makeshift prototype extensions seems unsustainable. Is LESS incompatible with IE, or can someone provide a comprehensive guide on resolving these issues?