Skip to content

Commit

Permalink
Updated examples for transparentize and opacify.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Fowler committed Feb 29, 2012
1 parent 10c9726 commit c6fa4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc-src/SASS_REFERENCE.md
Expand Up @@ -850,8 +850,8 @@ For example:

$translucent-red: rgba(255, 0, 0, 0.5);
p {
color: opacify($translucent-red, 0.8);
background-color: transparentize($translucent-red, 50%);
color: opacify($translucent-red, 0.3);
background-color: transparentize($translucent-red, 0.25);
}

is compiled to:
Expand Down

0 comments on commit c6fa4b0

Please sign in to comment.