Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Missing variable in documentation for "mix()" #16

Closed
rjelte opened this issue Jun 5, 2012 · 2 comments
Closed

Missing variable in documentation for "mix()" #16

rjelte opened this issue Jun 5, 2012 · 2 comments

Comments

@rjelte
Copy link

rjelte commented Jun 5, 2012

On lesscss.org, the following line explains the use of the mix function:

mix(@color1, @Color2); // return a mix of @color1 and @Color2

However, mix requires a 3rd parameter, a percentage, like follows:
mix(@color1, @Color2, 50%); // return a mix of @color1 and @Color2

@danielcha
Copy link

+1 came here to report the same issue.... I think LESS is awesome... however I wasted over an hour manually calculating the right hex colors .... because the documentation was missing the %.

Please update this and prefend other people from wasting their time! :-)

@lukeapage
Copy link
Member

Closing this.. will take the pull

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants