mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04: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:
6
test/css/import-plugin-scoped.css
Normal file
6
test/css/import-plugin-scoped.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.in-scope {
|
||||
result: PASS;
|
||||
}
|
||||
.out-of-scope {
|
||||
result: test();
|
||||
}
|
||||
Reference in New Issue
Block a user