%PDF- %PDF-
| Direktori : /lib/python3/dist-packages/cssutils/tests/sheets/import/ |
| Current File : //lib/python3/dist-packages/cssutils/tests/sheets/import/import2.css |
@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);
}