mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Added CSS to test the LESS
This commit is contained in:
9
test/css/import-module.css
Normal file
9
test/css/import-module.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.three {
|
||||
color: green;
|
||||
}
|
||||
.two {
|
||||
color: blue;
|
||||
}
|
||||
.one {
|
||||
color: red;
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
@import 'import-module/one/two/three/3.less';
|
||||
@import 'import-module/one/two/2.less';
|
||||
@import 'import-module/one/1.less';
|
||||
@import "import-module/one/two/three/3.less";
|
||||
@import "import-module/one/two/2";
|
||||
@import "import-module/one/1.less";
|
||||
|
||||
Reference in New Issue
Block a user