(test) mixin closures

This commit is contained in:
cloudhead
2010-07-06 16:52:33 +02:00
parent 48690d0208
commit cfde58463b
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.class {
width: 99px;
}
.overwrite {
width: 99px;
}
.nested .class {
width: 5px;
}