Files
less.js/test/less/plugin/plugin-transitive.less
Matthew Dean ad57737ce0 All tests passing for @plugin
- Inline JavaScript disabled by default
- Deprecated "preprocessor" option removed (preprocessor plugins still valid)
2016-07-12 22:26:39 -07:00

5 lines
69 B
Plaintext

@plugin "plugin-transitive";
.other {
trans : test-transitive();
}