big refactoring of ruleset.js, move eval code to eval()

This commit is contained in:
cloudhead
2010-07-07 13:53:09 +02:00
parent 9fa99efc55
commit 189b1bf089
3 changed files with 45 additions and 39 deletions

View File

@@ -7,8 +7,8 @@
}
.tiny-scope {
color: @mix; // #989
.mixin;
color: @mix; // #989
}
.scope1 {
@@ -29,4 +29,4 @@
background-color: @local; // white
}
}
}
}