aboutsummaryrefslogtreecommitdiff
path: root/mod/less/vendors/lessphp/tests/outputs/escape.css
blob: a310fe009510723661eb8ed689319e9fe98a8d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
  border:this is simple;
  border:this;
  border:this is simple;
  border:1232;
  border:world;
  border:onemore;
  border:;
  line-height:eating rice;
  line-height:string cheese;
  line-height:a b c string me d e f;
  line-height:string world;
}
.class { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png'); }