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

26
test/spec.less Normal file
View File

@@ -0,0 +1,26 @@
@import "lib";
div.browse {
@var: 1px;
margin: 0 0 20px;
&.class {
padding: 0;
}
:hover {
width: @var;
height: 1 + @var;
}
#div {
@poo: #fff;
foo: bar, zoo;
> pipe {
color: @poo;
}
}
> foo {
foo: #444;
}
&:last {
c:1;
}
}