mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
all tests run both in browser and CLI now
This commit is contained in:
1
test/less/filemanagerPlugin/colors.test
Normal file
1
test/less/filemanagerPlugin/colors.test
Normal file
@@ -0,0 +1 @@
|
||||
@color: red;
|
||||
4
test/less/filemanagerPlugin/filemanager.less
Normal file
4
test/less/filemanagerPlugin/filemanager.less
Normal file
@@ -0,0 +1,4 @@
|
||||
@import "test.test";
|
||||
.test {
|
||||
color: @color;
|
||||
}
|
||||
3
test/less/preProcessorPlugin/preProcessor.less
Normal file
3
test/less/preProcessorPlugin/preProcessor.less
Normal file
@@ -0,0 +1,3 @@
|
||||
.test {
|
||||
color: @color;
|
||||
}
|
||||
4
test/less/visitorPlugin/visitor.less
Normal file
4
test/less/visitorPlugin/visitor.less
Normal file
@@ -0,0 +1,4 @@
|
||||
.test {
|
||||
color: red;
|
||||
-some-aribitrary-property: value;
|
||||
}
|
||||
Reference in New Issue
Block a user