mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
add browser postProcessor Plugin test
This commit is contained in:
4
test/browser/less/postProcessorPlugin/postProcessor.less
Normal file
4
test/browser/less/postProcessorPlugin/postProcessor.less
Normal file
@@ -0,0 +1,4 @@
|
||||
@color: white;
|
||||
.test {
|
||||
color: @color;
|
||||
}
|
||||
Reference in New Issue
Block a user