Sha256: b857531c6bfde7a924081fc1378e57ca856a5dc9fc0b38070b910a8f9e9d44bc

Contents?: true

Size: 757 Bytes

Versions: 11

Compression:

Stored size: 757 Bytes

Contents

#strings {
  background-image: url("http://son-of-a-banana.com");
  quotes: "~" "~";
  content: "#*%:&^,)!.(~*})";
  empty: "";
  brackets: "{" "}";
}
#comments {
  content: "/* hello */ // not-so-secret";
}
#single-quote {
  quotes: "'" "'";
  content: '""#!&""';
  empty: '';
  semi-colon: ';';
}
#escaped {
  filter: DX.Transform.MS.BS.filter(opacity=50);
}
#one-line {
  image: url(http://tooks.com);
}
#crazy {
  image: url(http://), "}", url("http://}");
}
#interpolation {
  url: "http://lesscss.org/dev/image.jpg";
  url2: "http://lesscss.org/image-256.jpg";
  url3: "http://lesscss.org#445566";
  url4: "http://lesscss.org/hello";
  url5: "http://lesscss.org/54.4";
}
.mix-mul-class {
  color: blue;
  color: red;
  color: blue;
  color: orange;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
less-2.0.8 lib/less/js/test/css/strings.css
less-2.0.8beta2 lib/less/js/test/css/strings.css
less-2.0.8beta1 lib/less/js/test/css/strings.css
less-2.0.7 lib/less/js/test/css/strings.css
less-2.0.6 lib/less/js/test/css/strings.css
less-2.0.5 lib/less/js/test/css/strings.css
less-2.0.4 lib/less/js/test/css/strings.css
less-2.0.3 lib/less/js/test/css/strings.css
less-2.0.2 lib/less/js/test/css/strings.css
less-2.0.1 lib/less/js/test/css/strings.css
less-2.0.0 lib/less/js/test/css/strings.css