Files
less.js/test/browser/less/postProcessor/postProcessor.less
Cloud Chen 0a7954355a Implement postProcessor callback feature for less.ls browser environment #1835
Add `jasmine:postProcessor` task and corresponding spec as well
2014-02-03 00:07:38 +08:00

5 lines
44 B
Plaintext

@color: white;
.test {
color: @color;
}