mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
Fix stated return type (#582)
This commit is contained in:
parent
7e06369241
commit
c332799730
@ -603,7 +603,7 @@ SIGNATURE
|
||||
<% function 'color.mix($color1, $color2, $weight: 50%)',
|
||||
'mix($color1, $color2, $weight: 50%)',
|
||||
returns: 'color' do %>
|
||||
Returns a number that's a mixture of `$color1` and `$color2`.
|
||||
Returns a color that's a mixture of `$color1` and `$color2`.
|
||||
|
||||
Both the `$weight` and the relative opacity of each color determines how much of
|
||||
each color is in the result. The `$weight` must be a number between `0%` and
|
||||
|
Loading…
Reference in New Issue
Block a user