Open
Description
Hey guys, I seem to remember coming across this issue before but cannot find the bug anywhere! Essentially lesshat has always been at odds with Visual Studio, and simply won't compile. The fix in the past has generally been to remove lesshat and put elements.less in, instead. Obviously that's not without drawbacks.
I seem to remember a comment stating that the version of the LESS engine that Web Essentials uses does not support inline JavaScript, eg:
@process: ~`(function(value){return value=value||"stretch"})((function(){var args="@{arguments}";return args=args.replace(/^\[|\]$/g,"")})())`;
But I can't get any meaningful errors out.
Thought I'd put this here as I'm at the end of my tether!