all repos — wp-autoless @ master

vendor/leafo/lessphp/tests/outputs/escape.css (view raw)

 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');
}