mirror of
https://github.com/less/less.js.git
synced 2026-02-13 16:35:04 -05:00
- Limited @import (plugin) support to add/addMultiple of functions - Altered @import (plugin) loading to support browser - Support proper closure scoping of @import (plugin) loaded functions
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
|
|
functions.add("test", function() {
|
|
return new tree.Anonymous( "PASS" );
|
|
});
|