File: import3.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 (9 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
/* import3 */
.import3 {
	/* from ./import/../import3.css */
	background: url(images/example3.gif);
	background: url(./images/example3.gif);
	background: url(import/images2/example2.gif);
	background: url(./import/images2/example2.gif);
	background: url(import/images2/../../images/example3.gif);
	}