mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
test files, from less.rb
This commit is contained in:
2
test/less/import/import-test-a.less
Normal file
2
test/less/import/import-test-a.less
Normal file
@@ -0,0 +1,2 @@
|
||||
@import "import-test-b.less";
|
||||
@a: 20%;
|
||||
8
test/less/import/import-test-b.less
Normal file
8
test/less/import/import-test-b.less
Normal file
@@ -0,0 +1,8 @@
|
||||
@import "import-test-c";
|
||||
|
||||
@b: 100%;
|
||||
|
||||
.mixin {
|
||||
height: 10px;
|
||||
color: @c;
|
||||
}
|
||||
7
test/less/import/import-test-c.less
Normal file
7
test/less/import/import-test-c.less
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
@import "import-test-d.css";
|
||||
@c: red;
|
||||
|
||||
#import {
|
||||
color: @c;
|
||||
}
|
||||
1
test/less/import/import-test-d.css
Normal file
1
test/less/import/import-test-d.css
Normal file
@@ -0,0 +1 @@
|
||||
#css { color: yellow; }
|
||||
Reference in New Issue
Block a user