@import-ing a .less file that is empty will stop any proceeding imports from working
richardhenry opened this issue · 1 comments
richardhenry commented
If you import a file like:
@import "foo";
@import "bar";
If foo.less
is empty, bar.less
will not be imported.
0x-r4bbit commented
Yeap. Agreed. Got the same problem.