import-test-b.less 80 B

12345678
  1. @import "import-test-c";
  2. @b: 100%;
  3. .mixin {
  4. height: 10px;
  5. color: @c;
  6. }