Files
biomedjs/node_modules/less/test/less/import/import-test-b.less

9 lines
77 B
Plaintext
Raw Normal View History

2014-09-14 07:04:16 -04:00
@import "import-test-c";
@b: 100%;
.mixin {
height: 10px;
color: @c;
}