Files
less.js/test/less/plugin/plugin-global.js
Matthew Dean 42fd7dca20 Release v3.5.0 beta (#3230)
* Lint cleanup of quotes
* v3.5.0-beta
2018-06-24 20:14:33 -07:00

10 lines
202 B
JavaScript

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