mirror of
https://github.com/less/less.js.git
synced 2026-02-10 23:15:13 -05:00
Unit tests for debug numbers
This commit is contained in:
21
test/less/debug/comments.less
Normal file
21
test/less/debug/comments.less
Normal file
@@ -0,0 +1,21 @@
|
||||
@import "import/test.less";
|
||||
|
||||
.start() {
|
||||
.test2 {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
.mix() {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.test1 {
|
||||
.mix();
|
||||
}
|
||||
|
||||
.start();
|
||||
|
||||
.mixin_import1();
|
||||
|
||||
.mixin_import2();
|
||||
Reference in New Issue
Block a user