summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/outputs/escape.css
blob: 0587bcab6b4638ef6c460b95f163cfd990c77f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
  e1: this is simple;
  e2: this is simple;
  e3: 1232;
  e4: world;
  e5: onemore;
  t1: eating rice;
  t2: string cheese;
  t3: a b c string me d e f;
  t4: string world;
}
.class {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png');
}