File: extend-exact.css

package info (click to toggle)
less.js 3.13.0%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,020 kB
  • sloc: javascript: 23,275; makefile: 12; perl: 11; sh: 6
file content (37 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (8)
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;
}