Closed nlundquist closed 6 years ago
I also tested with the most recent version of less.js@3.8.1, it also passed all tests and worked when tested in the application. I could update this PR to skip ahead to that version, though I'd expect we'd want to do more thorough testing if we did that.
I don't totally understand if this would be a breaking change... But it's fine if it is. So whichever you feel most comfortable with.
Less 2.6.0 contains a fix for reference imports. In previous implementations these were buggy and didn't operate as the less docs indicated. This is a very useful feature for avoiding global LESS styles being inserted into your component stylesheets.
I've tested this in a large scale app and it resolves the issue I was seeing with Less.js 2.5.3. Additionally it doesn't appear to produce the bug noted here https://github.com/stealjs/steal-less/pull/61