mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04: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();
|
|
} |