pixsy/node_modules/less/test/less-bom/plugin/plugin-local.js

9 lines
198 B
JavaScript

functions.addMultiple({
"test-shadow" : function() {
return new tree.Anonymous( "local" );
},
"test-local" : function() {
return new tree.Anonymous( "local" );
}
});