For better organization, I have a main .less file that imports other .less files using the @import syntax. In order for the Web Essentials Preview window to work I also have @import-once at the top of each .less file that imports the variables.less file.
This solution worked wonderfully until I upgraded to Web Essentials 2.8. Now I'm unable to import any .less file that has @import or @import-once declared in it. My main .less file no longer compiles.
If I remove the @import-once statements, the preview window is useless since I can't see the compiled CSS without importing my variables file.
I also had a case where I imported a .less file into a ruleset, as defined by lesscss.org in the Importing into ruleset section. This also no longer works since the upgrade to v2.8.
Has anyone else experienced these issues or have a resolution?
Thanks