mirror of
https://github.com/less/less.js.git
synced 2026-02-13 08:25:09 -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
64 B
Plaintext
5 lines
64 B
Plaintext
@import (plugin) "./plugins/test";
|
|
|
|
.test {
|
|
result : test();
|
|
} |