-
Notifications
You must be signed in to change notification settings - Fork 465
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
Variable not expanded in url() #1370
Comments
I am sorry it's my mistake. |
so, can we close this? |
OK, thank you very much. |
@xzyfer I wonder if this expansion issue is a duplicate of some other issue we already have? Or this a new thing and should be kept open? |
Our |
With #1477 it renders now: .test {
display: inline-block;
background: url(i/icon.png);
background-repeat: no-repeat;
width: 100px;
height: 100px; } |
#1477 addresses the failing interpolation but incorrectly produces an unquote string. This will be addressed in the near future. |
The incorrect quoting is being tracked in #1480 |
Example code from sass/node-sass#1042 reported by @chenxiaochun
Ruby Sass output (sass/sass@b4bbd96):
libsass output as of 3.2.5-111-g5e94 (saper@5e9437b):
not sure how useful is
url(i/"something.ico")
output, but that is what Ruby is doing.If the Ruby Sass behaviour is undesired, please file an issue at https://github.com/sass/sass/issues
The text was updated successfully, but these errors were encountered: