-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Interpolated import does not work with url expressions #1869
Comments
as designed - we don't interpolate in unquoted url functions. I'm sure this case up a couple of days ago but I cannot find it.
I'm not even sure if we even support the above. |
I guess that was this one: #1863 |
Ah yes it was the 2nd part of that yes. @SomMeri do you think this should work or was this just a question? If its a question we can just close ;) |
@SomMeri We can consider it just a question. I expected it to work, so I opened issue.I do not expect it to work anymore, so all is good :). |
Is there a reason we cannot consider |
@matthew-dean the escaping rules are different - not just for parsing but for output too. In addition the logic for replacing variables is in quoted (which is why variable interpolation outside of strings doesn't work apart from where custom code is written - selectors, properties). |
Following less fragment:
returns this error:
workaround:
The text was updated successfully, but these errors were encountered: