test files, from less.rb

This commit is contained in:
cloudhead
2010-02-23 18:02:00 -05:00
parent 1d1d40b353
commit 70e6523db4
53 changed files with 27027 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,8 @@
@import "import-test-c";
@b: 100%;
.mixin {
height: 10px;
color: @c;
}

View File

@@ -0,0 +1,7 @@
@import "import-test-d.css";
@c: red;
#import {
color: @c;
}

View File

@@ -0,0 +1 @@
#css { color: yellow; }