mirror of
https://github.com/Hopiu/django.git
synced 2026-03-22 17:00:27 +00:00
A @font-face declaration may contain a fragment that looks like a relative path,
e.g. @font-face { src: url('../fonts/font.svg#../path/like/fragment'); }
In this case, an incorrect path was passed to the storage backend, which raised
an error that caused collectstatic to crash.
|
||
|---|---|---|
| .. | ||
| css | ||
| img | ||
| absolute.css | ||
| denorm.css | ||
| import.css | ||
| other.css | ||
| relative.css | ||
| styles.css | ||
| styles_insensitive.css | ||
| url.css | ||