Skip to content

Commit

Permalink
[Sass] Fix another reference bug.
Browse files Browse the repository at this point in the history
Thanks to Will Gray for reporting all of these!
  • Loading branch information
nex3 committed Jun 17, 2010
1 parent 8fa0bf1 commit 5a82246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-src/SASS_REFERENCE.md
Expand Up @@ -750,7 +750,7 @@ For example:

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

Expand Down

0 comments on commit 5a82246

Please sign in to comment.