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

Regression in parent reference interpolation in selector #1904

Closed
xzyfer opened this issue Feb 1, 2016 · 1 comment
Closed

Regression in parent reference interpolation in selector #1904

xzyfer opened this issue Feb 1, 2016 · 1 comment

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Feb 1, 2016

Original report sass/node-sass#1365

.foo {
  &--#{'bar'} {
    color: red;
  }
}

LibSass 3.3.2

.foo--bar {
  color: red; }

LibSass 3.3.3

Error: Invalid CSS after ".foo {": expected "}", was "&--#{$bar} {"
        on line 3 of test.scss
>> .foo {

Spec added sass/sass-spec#726

@xzyfer
Copy link
Contributor Author

xzyfer commented Feb 4, 2016

Bisected the regression to 592ff47

xzyfer added a commit to xzyfer/sass-spec that referenced this issue Feb 4, 2016
xzyfer added a commit to xzyfer/libsass that referenced this issue Feb 4, 2016
@xzyfer xzyfer self-assigned this Feb 4, 2016
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

1 participant