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

0001 body {
0002   color: "hello world";
0003   num-basic: 5.1666666666667;
0004   num-floor: 5px;
0005   num-ceil: 6px;
0006   num2: 0.66666666666667;
0007   num2-round: 1;
0008   num2-floor: 0;
0009   num2-ceil: 1;
0010   round-lit: 3px;
0011   rgba1: #ff112233;
0012   rgba2: #992c3742;
0013   argb: #992c3742;
0014 }
0015 format {
0016   format: "rgb(32, 128, 64)";
0017   format-string: "hello world";
0018   format-multiple: "hello earth 2";
0019   format-url-encode: 'red is %A';
0020   eformat: rgb(32, 128, 64);
0021 }
0022 #functions {
0023   str1: true;
0024   str2: false;
0025   num1: true;
0026   num2: true;
0027   num3: true;
0028   num4: false;
0029   col1: true;
0030   col2: false;
0031   col3: true;
0032   col4: true;
0033   key1: true;
0034   key2: false;
0035   px1: true;
0036   px2: false;
0037   per1: true;
0038   per2: false;
0039   em1: true;
0040   em2: false;
0041   ex1: 2;
0042   ex2: 1;
0043   ex3: extract(1,1);
0044   ex4: 2;
0045   pow: 16;
0046   pi: 3.1415926535898;
0047   mod: 4;
0048   tan: 1.5574077246549;
0049   cos: 0.54030230586814;
0050   sin: 0.8414709848079;
0051   atan: 0.78539816339745rad;
0052   acos: 0rad;
0053   asin: 1.5707963267949rad;
0054   sqrt: 2.8284271247462;
0055 }
0056 #unit {
0057   unit-lit: 10;
0058   unit-arg: 10s;
0059   unit-arg2: 10em;
0060   unit-math: 7.407%;
0061 }