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

18
test/css/accessors.css Normal file
View File

@@ -0,0 +1,18 @@
.magic-box {
content: "gold";
width: 60cm;
height: 40cm;
}
.magic-box #lock { color: silver; }
#accessors {
content: "gold";
width: 60cm;
}
.unlock {
content: "gold";
width: 60cm;
height: 40cm;
color: silver;
border-color: orange;
}
.unlock #lock { color: silver; }