less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

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

Open richardhenry opened this issue 12 years ago • 1 comments

If you import a file like:

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

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

richardhenry avatar May 31 '12 21:05 richardhenry

Yeap. Agreed. Got the same problem.

0x-r4bbit avatar Aug 17 '12 09:08 0x-r4bbit