Test that import paths load from the current directory first

This commit is contained in:
Luke Page
2012-12-22 07:53:41 +00:00
parent 40cfe5adf2
commit eb7242da30
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
@import "import-test-b.less";
@a: 20%;
@import "urls.less";

View File

@@ -0,0 +1 @@
// empty file showing that it loads from the relative path first