Skip to content

Commit

Permalink
Test that import paths load from the current directory first
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Dec 22, 2012
1 parent 40cfe5a commit eb7242d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/less/import/import-test-a.less
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@import "import-test-b.less";
@a: 20%;
@import "urls.less";
1 change: 1 addition & 0 deletions test/less/import/urls.less
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// empty file showing that it loads from the relative path first

0 comments on commit eb7242d

Please sign in to comment.