Skip to content
New issue

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

libsass accept $map+1,ruby sass not #2147

Closed
iddekingej opened this issue Aug 8, 2016 · 0 comments
Closed

libsass accept $map+1,ruby sass not #2147

iddekingej opened this issue Aug 8, 2016 · 0 comments

Comments

@iddekingej
Copy link

iddekingej commented Aug 8, 2016

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants