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

Hue is lost when saturation is zero #2237

Closed
Artur- opened this issue Dec 6, 2016 · 1 comment
Closed

Hue is lost when saturation is zero #2237

Artur- opened this issue Dec 6, 2016 · 1 comment

Comments

@Artur-
Copy link

Artur- commented Dec 6, 2016

input.scss

.foo {
   hue1: hue(hsl(210,0%,90%));
   hue2: hue(hsl(210,1%,90%));
}

libsass 3.3.6

.foo {
  hue1: 0deg;
  hue2: 210deg; }

ruby sass 3.4.22

.foo {
  hue1: 210deg;
  hue2: 210deg; }
@mgreter
Copy link
Contributor

mgreter commented Dec 6, 2016

Thanks for the report. This was fixed in #2135 and will be in the next version!

@mgreter mgreter closed this as completed Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants