File: strings.css

package info (click to toggle)
python-lesscpy 0.13.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,436 kB
  • sloc: python: 3,572; sh: 20; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#strings {
	quotes: "~""~";
	content: "#*%:&^,)!.(~*})";
	empty: "";
	brackets: "{""}";
}
#comments {
	content: "/* hello */ // not-so-secret";
}
#quotes {
	quotes: "'""'";
	quotes: '"''"';
	content: '""#!&""';
	empty: '';
	semi-colon: ';';
}
#escaped {
	filter: DX.Transform.MS.BS.filter(opacity=50);
}
.escaped {
	filter: alpha(opacity=0.1);
}
#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.4px";
}