mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
- Updated parser to recognize `@plugin` and removed parsing support for the (plugin) import option. - Updated plugin import unit tests to `@plugin` syntax
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
@plugin "./plugins/test";
|
|
|
|
.test {
|
|
result : test();
|
|
} |