Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
add missing $percentage oColorsMix example (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyaGu authored Sep 17, 2020
1 parent d97a7a5 commit 36b7d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ $color: oColorsMix($color: 'black', $percentage: 30); // same as black-30

But two colours may be given. For example to mix claret over slate at 20%:
```scss
$color: oColorsMix($color: 'claret', $background: 'slate', 20);
$color: oColorsMix($color: 'claret', $background: 'slate', $percentage: 20);
```

### Tone Palette Colors
Expand Down

0 comments on commit 36b7d76

Please sign in to comment.