Friday, February 10, 2012

{less} mix function error

Documentation tells mix function takes only two parameters, @color1 and @color2. Actually there is a mistake. The correct function definition is

mix(@color1, @color2, value)

, where value denotes how much of @color1 should appear in the result color.

1 comment:

Note: Only a member of this blog may post a comment.