mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
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:
5
test/less/plugin/plugin-transitive.less
Normal file
5
test/less/plugin/plugin-transitive.less
Normal file
@@ -0,0 +1,5 @@
|
||||
@plugin "plugin-transitive";
|
||||
|
||||
.other {
|
||||
trans : test-transitive();
|
||||
}
|
||||
Reference in New Issue
Block a user