mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
Fixed scope for plugins to apply correctly for mixins, directives and detached rulesets. Updated plugin unit tests to be more comprehensive
9 lines
198 B
JavaScript
9 lines
198 B
JavaScript
functions.addMultiple({
|
|
"test-shadow" : function() {
|
|
return new tree.Anonymous( "local" );
|
|
},
|
|
"test-local" : function() {
|
|
return new tree.Anonymous( "local" );
|
|
}
|
|
});
|