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

Fix regression in interpolated selectors #1633

Merged
merged 1 commit into from
Oct 26, 2015
Merged

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Oct 26, 2015

Ruby Sass explicitly unquotes the results of interpolations in
selectors. This patch is very thorough but it address all the
use cases I think of and it fixes the regression causing people
issues.

Fixes #1624
Spec sass/sass-spec#564

Ruby Sass explicitly unquotes the results of interpolations in
selectors. This patch is very thorough but it address all the
use cases I think of and it fixes the regression causing people
issues.

Fixes sass#1217
@xzyfer xzyfer self-assigned this Oct 26, 2015
@xzyfer xzyfer added this to the 3.3.1 milestone Oct 26, 2015
xzyfer added a commit that referenced this pull request Oct 26, 2015
Fix regression in interpolated selectors
@xzyfer xzyfer merged commit 3cbbafe into sass:master Oct 26, 2015
@xzyfer xzyfer deleted the fix/issue-1217 branch October 26, 2015 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in interpolating function return values in selectors
1 participant