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

change-color with $hue different between libsass and sass #2112

Closed
christopherjbaker opened this issue Jun 23, 2016 · 1 comment
Closed

change-color with $hue different between libsass and sass #2112

christopherjbaker opened this issue Jun 23, 2016 · 1 comment

Comments

@christopherjbaker
Copy link

christopherjbaker commented Jun 23, 2016

input.scss

$color: #1caf9a;

body {
  background: change-color($color, $hue: 120);
}

libsass 3.3.6

body {
  background: #af1d1c;
}

ruby sass 3.4.21

body {
  background: #1caf1c;
}

version info:

$ node-sass --version
node-sass       3.8.0   (Wrapper)       [JavaScript]
libsass         3.3.6   (Sass Compiler) [C/C++]
@mgreter
Copy link
Contributor

mgreter commented Jun 25, 2016

Thanks for the report, this should be fixed with next upcoming version!

@xzyfer xzyfer added this to the 3.3.7 milestone Jun 29, 2016
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Jul 6, 2016
@mgreter mgreter self-assigned this Jul 20, 2016
@xzyfer xzyfer modified the milestones: 3.3.7, 3.4 Oct 20, 2016
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

3 participants