You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello,
http://sass-lang.com/documentation/Sass/Script/Functions.html#mix-instance_method
says:
=> small value makes the first color less important
whereas the parameter description says
=> small value makes the first color more important
example #2 and some implementations makes the parameter description to be wrong
The text was updated successfully, but these errors were encountered: