less/less.ruby

@import-ing a .less file that is empty will stop any proceeding imports from working

richardhenry opened this issue · 1 comments

If you import a file like:

@import "foo";
@import "bar";

If foo.less is empty, bar.less will not be imported.

Yeap. Agreed. Got the same problem.