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

Simple interpolations in feature queries causes error #1425

Closed
xzyfer opened this issue Aug 4, 2015 · 0 comments · Fixed by #1426
Closed

Simple interpolations in feature queries causes error #1425

xzyfer opened this issue Aug 4, 2015 · 0 comments · Fixed by #1426

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Aug 4, 2015

$query: "(feature1: val)";
@supports (#{$query}) {
  foo { a: b }
}

Ruby Sass

@supports (feature1: val) {
  foo {
    a: b; } }

Libsass

Error: property "#{$query}" must be followed by a ':'
        on line 10 of test.scss
>> @supports (#{$query}) {
   -----------^

Spec sass/sass-spec#461

@xzyfer xzyfer self-assigned this Aug 4, 2015
@xzyfer xzyfer added this to the 3.3 milestone Aug 4, 2015
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Aug 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant