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
Code:
$map:(a:b,c:d); $qq:$map+1; @debug($qq)
output sassc: DEBUG: (a: b, c: d)1
output ruby sass: Error: (a: b, c: d) isn't a valid CSS value.
sassc version: sassc: 3.3.6-11-g077a libsass: 3.3.6-92-g014a61 sass2scss: 1.0.6 sass: 3.4
ruby sass version Sass 3.4.22.7716e67
The text was updated successfully, but these errors were encountered:
Add todo spec test for libsass issue 2147
02f5341
sass/libsass#2147
No branches or pull requests
Code:
output sassc:
DEBUG: (a: b, c: d)1
output ruby sass:
Error: (a: b, c: d) isn't a valid CSS value.
sassc version:
sassc: 3.3.6-11-g077a
libsass: 3.3.6-92-g014a61
sass2scss: 1.0.6
sass: 3.4
ruby sass version
Sass 3.4.22.7716e67
The text was updated successfully, but these errors were encountered: