mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Test that import paths load from the current directory first
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
@import "import-test-b.less";
|
||||
@a: 20%;
|
||||
@import "urls.less";
|
||||
1
test/less/import/urls.less
Normal file
1
test/less/import/urls.less
Normal file
@@ -0,0 +1 @@
|
||||
// empty file showing that it loads from the relative path first
|
||||
Reference in New Issue
Block a user