summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/outputs/math.css
blob: 8d425f30dd739594ea77ef0f58bc3a36aa7547ac (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.unary {
  sub: 10 -5;
}
.spaces {
  sub1: 5;
  sub2: 5;
  add1: 15;
  add2: 15;
  div: 2;
  mul1: 50;
  mul2: 50;
}
.supress-division {
  border-radius: 10px/10px;
  border-radius: 10px/12px;
  border-radius: hello(10px/10px) world;
  font: 10px/30 sans-serif;
  font: 10px/20px sans-serif;
  font: 10px/22px sans-serif;
  border-radius: 0 15px 15px 15px/0 50% 50% 50%;
}
.parens {
  sub: 5;
  add: 15;
  div1: 2;
  div2: 2;
  mul: 50;
}
.keyword-names {
  height: "hello" 25;
}
.negation {
  neg1: -1px;
  neg2: -1px;
  neg3: -10;
}
.test {
  single1: 5;
  single2: 10;
  single3: 10;
  parens: 10 -2;
  math1: 20;
  math2: 20;
  complex1: 71;
  complex2: 6;
  complex3: 6px 1em 2px 2;
  var1: 8 4 4 4px;
  var2: 96;
  var3: 12;
  complex4: 113;
}
.percents {
  p1: 1000%;
  p2: 1000%;
  p3: 100%;
  p4: 1000px;
  p5: 1000%;
  p6: 30%;
  p7: 10%;
  p8: 2%;
}
.misc {
  x: 40px;
  y: 40em;
}
.cond {
  c1: false;
  c2: true;
}