Showing posts with label {less}. Show all posts
Showing posts with label {less}. Show all posts

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.