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
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
The text was updated successfully, but these errors were encountered:
Add specs for issue 1904
bfa64f9
This PR add specs for sass/libsass#1904
Bisected the regression to 592ff47
Sorry, something went wrong.
Activate specs for issue 1904
e583b59
This PR activates specs for sass/libsass#1904
Fix word_boundary check to account for #
a91ccfc
Fixes sass#1904 Spec sass/sass-spec#727
xzyfer
No branches or pull requests
Original report sass/node-sass#1365
LibSass 3.3.2
LibSass 3.3.3
Spec added sass/sass-spec#726
The text was updated successfully, but these errors were encountered: