Warning, /webapps/ocs-webserver/library/lessphp/tests/outputs/math.css is written in an unsupported language. File is not indexed.

0001 .unary {
0002   sub: 10 -5;
0003 }
0004 .spaces {
0005   sub1: 5;
0006   sub2: 5;
0007   add1: 15;
0008   add2: 15;
0009   div: 2;
0010   mul1: 50;
0011   mul2: 50;
0012 }
0013 .supress-division {
0014   border-radius: 10px/10px;
0015   border-radius: 10px/12px;
0016   border-radius: hello(10px/10px) world;
0017   font: 10px/30 sans-serif;
0018   font: 10px/20px sans-serif;
0019   font: 10px/22px sans-serif;
0020   border-radius: 0 15px 15px 15px/0 50% 50% 50%;
0021 }
0022 .parens {
0023   sub: 5;
0024   add: 15;
0025   div1: 2;
0026   div2: 2;
0027   mul: 50;
0028 }
0029 .keyword-names {
0030   height: "hello" 25;
0031 }
0032 .negation {
0033   neg1: -1px;
0034   neg2: -1px;
0035   neg3: -10;
0036 }
0037 .test {
0038   single1: 5;
0039   single2: 10;
0040   single3: 10;
0041   parens: 10 -2;
0042   math1: 20;
0043   math2: 20;
0044   complex1: 71;
0045   complex2: 6;
0046   complex3: 6px 1em 2px 2;
0047   var1: 8 4 4 4px;
0048   var2: 96;
0049   var3: 12;
0050   complex4: 113;
0051 }
0052 .percents {
0053   p1: 1000%;
0054   p2: 1000%;
0055   p3: 100%;
0056   p4: 1000px;
0057   p5: 1000%;
0058   p6: 30%;
0059   p7: 10%;
0060   p8: 2%;
0061 }
0062 .misc {
0063   x: 40px;
0064   y: 40em;
0065 }
0066 .cond {
0067   c1: false;
0068   c2: true;
0069 }