less.ruby
less.ruby copied to clipboard
@import-ing a .less file that is empty will stop any proceeding imports from working
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.