source: Dev/trunk/src/client/util/less/test/css/strings.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 823 bytes
Line 
1#strings {
2  background-image: url("http://son-of-a-banana.com");
3  quotes: "~" "~";
4  content: "#*%:&^,)!.(~*})";
5  empty: "";
6  brackets: "{" "}";
7  escapes: "\"hello\" \\world";
8  escapes2: "\"llo";
9}
10#comments {
11  content: "/* hello */ // not-so-secret";
12}
13#single-quote {
14  quotes: "'" "'";
15  content: '""#!&""';
16  empty: '';
17  semi-colon: ';';
18}
19#escaped {
20  filter: DX.Transform.MS.BS.filter(opacity=50);
21}
22#one-line {
23  image: url(http://tooks.com);
24}
25#crazy {
26  image: url(http://), "}", url("http://}");
27}
28#interpolation {
29  url: "http://lesscss.org/dev/image.jpg";
30  url2: "http://lesscss.org/image-256.jpg";
31  url3: "http://lesscss.org#445566";
32  url4: "http://lesscss.org/hello";
33  url5: "http://lesscss.org/54.4px";
34}
35.mix-mul-class {
36  color: #0000ff;
37  color: #ff0000;
38  color: #000000;
39  color: #ffa500;
40}
Note: See TracBrowser for help on using the repository browser.