File: import2.css

package info (click to toggle)
python-css-parser 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,248 kB
  • sloc: python: 20,584; sh: 11; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
@import "../import3.css";
@import "import-impossible.css" print;
.import2 {
	/* sheets/import2.css */
	background: url(http://example.com/images/example.gif);
	background: url(//example.com/images/example.gif);
	background: url(/images/example.gif);
	background: url(images2/example.gif);
	background: url(./images2/example.gif);
	background: url(../images/example.gif);
	background: url(./../images/example.gif);
	}