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

missleading / wrong documentation #2195

Closed
Snap252 opened this issue Nov 24, 2016 · 1 comment
Closed

missleading / wrong documentation #2195

Snap252 opened this issue Nov 24, 2016 · 1 comment

Comments

@Snap252
Copy link

Snap252 commented Nov 24, 2016

Hello,

http://sass-lang.com/documentation/Sass/Script/Functions.html#mix-instance_method
says:

25% means that a quarter of the first color and three quarters of the second color should be used.

=> small value makes the first color less important

whereas the parameter description says

$weight (Sass::Script::Value::Number) — The relative weight of each color. Closer to 0% gives more weight to $color1, closer to 100% gives more weight to $color2

=> small value makes the first color more important

example #2 and some implementations makes the parameter description to be wrong

@nex3
Copy link
Contributor

nex3 commented Dec 12, 2016

I believe this was fixed by #2134.

@nex3 nex3 closed this as completed Dec 12, 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