Skip to content

Commit

Permalink
Update color-operations.md
Browse files Browse the repository at this point in the history
fix misleading description of fade.  Since percentage effects the 'opacity' of the color as opposed to the 'transparency', it makes more sense that the description should be explicit about this.
  • Loading branch information
MatthewTrout committed Oct 6, 2016
1 parent 9021700 commit a6128a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/functions/color-operations.md
Expand Up @@ -110,7 +110,7 @@ Output: `rgba(128, 242, 13, 0.4) // hsla(90, 90%, 50%, 0.4)`

### fade

> Set the absolute transparency of a color. Can be applied to colors whether they already have an opacity value or not.
> Set the absolute opacity of a color. Can be applied to colors whether they already have an opacity value or not.
Parameters:

Expand Down

0 comments on commit a6128a3

Please sign in to comment.