Blame view

node_modules/less/test/css/extend-exact.css 468 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
27
28
29
30
31
32
33
34
35
36
37
  .replace.replace .replace,
  .c.replace + .replace .replace,
  .replace.replace .c,
  .c.replace + .replace .c,
  .rep_ace {
    prop: copy-paste-replace;
  }
  .a .b .c {
    prop: not_effected;
  }
  .a,
  .effected {
    prop: is_effected;
  }
  .a .b {
    prop: not_effected;
  }
  .a .b.c {
    prop: not_effected;
  }
  .c .b .a,
  .a .b .a,
  .c .a .a,
  .a .a .a,
  .c .b .c,
  .a .b .c,
  .c .a .c,
  .a .a .c {
    prop: not_effected;
  }
  .e.e,
  .dbl {
    prop: extend-double;
  }
  .e.e:hover {
    hover: not-extended;
  }