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
$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
The text was updated successfully, but these errors were encountered:
Activate specs for issue 1425
bed97d2
This PR activates specs for sass/libsass#1425
xzyfer
Successfully merging a pull request may close this issue.
Ruby Sass
Libsass
Spec sass/sass-spec#461
The text was updated successfully, but these errors were encountered: