mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
Fixed scope for plugins to apply correctly for mixins, directives and detached rulesets. Updated plugin unit tests to be more comprehensive
5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
@plugin "plugin-transitive";
|
|
|
|
.other {
|
|
trans : test-transitive();
|
|
} |