Fix plugin scope for mixins, directives and detached rulesets

Fixed scope for plugins to apply correctly for mixins, directives and
detached rulesets.
Updated plugin unit tests to be more comprehensive
This commit is contained in:
rjgotten
2015-03-20 16:41:05 +01:00
parent 7a80a82283
commit 4d17c8b35d
18 changed files with 190 additions and 50 deletions

View File

@@ -0,0 +1,5 @@
@plugin "plugin-transitive";
.other {
trans : test-transitive();
}