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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
input.scss
@debug unquote("\"hello\" and \"goodbye\"");
libsass
DEBUG: hello" and "goodbye
ruby sass 3.4.19
DEBUG: "hello" and "goodbye"
version info:
$ 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 todo spec test for libsass issue 2156
1499010
sass/libsass#2156
Seems to be a duplicate of #2153
Sorry, something went wrong.
c4a4d9c
mgreter
No branches or pull requests
Title: unquote(""hello" and "goodbye"") incorrectly strips the first and last quotes.
input.scss
libsass
DEBUG: hello" and "goodbye
ruby sass 3.4.19
version info:
The text was updated successfully, but these errors were encountered: