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

style attribute url value error #11

Closed
kodal opened this issue May 3, 2017 · 2 comments
Closed

style attribute url value error #11

kodal opened this issue May 3, 2017 · 2 comments
Assignees
Labels

Comments

@kodal
Copy link

kodal commented May 3, 2017

.slide(style="background-image: url(" + image + ");")
rendered like
<div class="slide" style="background-image:$view[route]->url(image.jpg);"></div>
I tried css_url, but error:
undefined variable: css_url

P.S. pug-symfony: 2.2.1

@kodal kodal closed this as completed May 3, 2017
@kodal kodal reopened this May 3, 2017
@kylekatarnls kylekatarnls self-assigned this May 3, 2017
@kylekatarnls
Copy link
Member

Hi, I confirm this regression due to the last helpers feature added I think. I work on it.

kylekatarnls added a commit that referenced this issue May 4, 2017
@kylekatarnls
Copy link
Member

Hi, you can composer update to solve the problem.

kylekatarnls added a commit that referenced this issue Jun 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants