aboutsummaryrefslogtreecommitdiff
path: root/mod/less/vendors/lessphp/tests/outputs/builtins.css
blob: 1787e0ba3922d5c4b9dc0970b457c9a9169db7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
  color:"hello world";
  height:5.1666666666667;
  height:5px;
  height:6px;
  width:0.66666666666667;
  width:1;
  width:0;
  width:1;
  width:3px;
  color:#00112233;
  color:#992c3742;
}
format {
  format:"rgb(32, 128, 64)";
  format-string:"hello world";
  format-multiple:"hello earth 2";
  format-url-encode:'red is %A';
  eformat:rgb(32, 128, 64);
}