-
Notifications
You must be signed in to change notification settings - Fork 464
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
Regression in interpolating function return values in selectors #1624
Comments
This PR add specs for sass/libsass#1624
This seems at odds with interpolations always returning a quoted string. |
Ok I had a look at the Ruby source. They explicitly unquote the results of interpolations in ruleset selectors. |
This PR activates specs for sass/libsass#1624
It's more general than that. Interpolation always unquotes any quoted string regardless of context. |
Thanks for the clarification. I mis-remembered our previous discussion and mistaken though the opposite. Tracking in #1647. |
Originally posted in sass/node-sass#1217.
LibSass 3.2.5
LibSass 3.3.0
Spec added sass/sass-spec#556
The text was updated successfully, but these errors were encountered: