Unit tests for debug numbers

This commit is contained in:
Luke Page
2012-08-14 22:42:34 +01:00
parent 2165f29a6f
commit 538097ec30
5 changed files with 195 additions and 73 deletions

View File

@@ -0,0 +1,21 @@
@import "import/test.less";
.start() {
.test2 {
color: red;
}
}
.mix() {
color: black;
}
.test1 {
.mix();
}
.start();
.mixin_import1();
.mixin_import2();