Skip to content
New issue

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

unquote(null) returns a string instead of null #1124

Closed
xzyfer opened this issue Apr 23, 2015 · 1 comment
Closed

unquote(null) returns a string instead of null #1124

xzyfer opened this issue Apr 23, 2015 · 1 comment

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Apr 23, 2015

foo {
  a: type-of(null);
  b: type-of(unqoute(null)); }

Ruby Sass

foo {
  a: null;
  b: null; }

Libsass

foo {
  a: null;
  b: string; }

This in itself is not a regression, but due to other changes surrounding generating CSS output this causing regressions - #1106 (comment)

Specs added sass/sass-spec#335

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

No branches or pull requests

1 participant