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

adjust-color() calculates differently from Ruby Sass #1101

Closed
xzyfer opened this issue Apr 14, 2015 · 2 comments · Fixed by #1139
Closed

adjust-color() calculates differently from Ruby Sass #1101

xzyfer opened this issue Apr 14, 2015 · 2 comments · Fixed by #1139

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Apr 14, 2015

Originally mentioned in #1100 (comment)

$foo: white;
foo {
  bar: adjust-color($foo, $hue: -6deg, $lightness: -16, $saturation: -7);
}

Ruby Sass

foo {
  bar: #d6d6d6; }

Libsass

foo {
  bar: #d3d9d8; }
@anlutro
Copy link
Contributor

anlutro commented Apr 15, 2015

Seems similar in nature to #865

@xzyfer
Copy link
Contributor Author

xzyfer commented Apr 15, 2015

@anlutro you may be correct. This code was tested and failed after that PR was merged so the issue still persists.

mgreter added a commit to mgreter/libsass that referenced this issue Apr 26, 2015
@mgreter mgreter modified the milestones: 3.2, 3.2.1 Apr 26, 2015
@mgreter mgreter self-assigned this Apr 26, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Apr 27, 2015
mgreter added a commit to mgreter/sass-spec that referenced this issue Apr 22, 2016
mgreter added a commit to mgreter/sass-spec that referenced this issue Apr 22, 2016
mgreter added a commit to mgreter/sass-spec that referenced this issue Apr 22, 2016
mgreter added a commit to mgreter/sass-spec that referenced this issue Apr 22, 2016
mgreter added a commit to mgreter/sass-spec that referenced this issue Apr 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants