Files
less.js/test/less/import-plugin.less
rjgotten 9518763128 Updated plugin import syntax
- Updated parser to recognize `@plugin` and removed parsing support for
the (plugin) import option.
- Updated plugin import unit tests to `@plugin` syntax
2015-03-15 11:05:37 +01:00

5 lines
55 B
Plaintext

@plugin "./plugins/test";
.test {
result : test();
}