Blame view

node_modules/less/test/less-bom/import-reference.less 491 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  @import (reference) url("import-once.less");
  @import (reference) url("css-3.less");
  @import (reference) url("media.less");
  @import (reference) url("import/import-reference.less");
  @import (reference) url("import/css-import.less");
  
  .b {
    .z();
  }
  
  .zz();
  
  .visible:extend(.z all) {
    extend: test;
  }
  
  .test-mediaq-import {
    .mixin-with-mediaq(340px);
  }
  
  .class:extend(.class all) {
  }
  .mixin-with-nested-selectors();
  .mixin-with-directives(some-name);
  
  .print-referenced-import-inline();