mirror of
https://github.com/less/less.js.git
synced 2026-02-14 00:44:59 -05:00
Scoped @import (plugin) functions loading
- 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
This commit is contained in:
4
test/less/plugins/test.js
Normal file
4
test/less/plugins/test.js
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
functions.add("test", function() {
|
||||
return new tree.Anonymous( "PASS" );
|
||||
});
|
||||
Reference in New Issue
Block a user