Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Некорректная сборка css с заинлайненным svg #23

Closed
ignovak opened this issue Jun 19, 2013 · 1 comment
Closed

Comments

@ignovak
Copy link

ignovak commented Jun 19, 2013

Если в исходном css-файле есть заинлайненный svg, в котором встречается строка url(...), сборщик пытается раскрыть его как путь. В итоге собранный css становится невалидным.

Пример: url(%23a) -> url(../../common.blocks/domik/_type/%23a).

См запись: http://ascii.serp.yandex.ru/a/14.

@mdevils
Copy link
Contributor

mdevils commented Jun 20, 2013

Спасибо! Исправлено в 0.8.14.

@ignovak ignovak closed this as completed Jun 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants