We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This does not work:
http://sassmeister.com/gist/6ec224b93dceaf79bc7b
If I use a variable, it works:
http://sassmeister.com/gist/406bb98619e1107c4193
If I quote the url, it also works:
http://sassmeister.com/gist/9a5bf8575597335bd241
If I remove the dots, the leading / and the @, it also works:
http://sassmeister.com/gist/ea879c29b0c3c1a45ac4
The text was updated successfully, but these errors were encountered:
it appears that interpolation with url() is mishandled. Simplified test cases FTR
url()
foo { background-image: url(foo/#{"bar"}/baz.jpg); }
Sorry, something went wrong.
test for sass/libsass#644 fixed via sass/libsass#778
d342035
Successfully merging a pull request may close this issue.
This does not work:
http://sassmeister.com/gist/6ec224b93dceaf79bc7b
If I use a variable, it works:
http://sassmeister.com/gist/406bb98619e1107c4193
If I quote the url, it also works:
http://sassmeister.com/gist/9a5bf8575597335bd241
If I remove the dots, the leading / and the @, it also works:
http://sassmeister.com/gist/ea879c29b0c3c1a45ac4
The text was updated successfully, but these errors were encountered: