tweaked tests to match less.js

This commit is contained in:
cloudhead
2010-03-04 01:41:03 -05:00
parent 756e8d2434
commit d860763454
5 changed files with 60 additions and 55 deletions

View File

@@ -1,9 +1,13 @@
.tiny-scope { color: #998899; }
.tiny-scope {
color: #998899;
}
.scope1 {
color: blue;
border-color: black;
}
.scope1 .scope2 { color: blue; }
.scope1 .scope2 {
color: blue;
}
.scope1 .scope2 .scope3 {
color: red;
border-color: black;