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

Expanded variable in url() has the wrong quotes #1480

Closed
xzyfer opened this issue Aug 24, 2015 · 1 comment
Closed

Expanded variable in url() has the wrong quotes #1480

xzyfer opened this issue Aug 24, 2015 · 1 comment

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Aug 24, 2015

This issue addresses the remaining aspects of #1370 that weren't directly addressed in #1477.

$image: "icon.png";
foo {
    foo: url(i/$image);
}

Ruby Sass

foo {
  foo: url(i/"icon.png"); }

LibSass

foo {
  foo: url(i/icon.png); }
@xzyfer
Copy link
Contributor Author

xzyfer commented Aug 24, 2015

The spec for #1370 tracks this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants