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
input.scss
@debug "\"foo\"" + ""; // --> foo (expected/ruby sass: "foo") @debug "" + "\"foo\""; // --> foo (expected/ruby sass: "foo") @debug "" + "\"foo"; // --> "foo (as expected) @debug "\"foo\"" + "bar"; // --> "foo"bar (as expected)
version info (Windows):
$ sassc.exe --version sassc: [NA] (master: 077af530) libsass: [NA] (master: 014a61b6) sass2scss: 1.0.6 sass: 3.4
The text was updated successfully, but these errors were encountered:
Add specs for issue 2153
899898c
This PR add specs for sass/libsass#2153
I can confirm this issue. Spec added sass/sass-spec#892
Sorry, something went wrong.
mgreter
No branches or pull requests
""foo"" + "" ==> foo
input.scss
version info (Windows):
The text was updated successfully, but these errors were encountered: