Skip to content

Commit bc818d8

Browse files
committed
Mention it in the readme as well
1 parent a7f3557 commit bc818d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ theme.color.opaquer(0.5) // rgba(10, 10, 10, 0.8) -> rgba(10, 10, 10, 1.0)
133133
134134
theme.color.rotate(180) // hsl(60, 20%, 20%) -> hsl(240, 20%, 20%)
135135
theme.color.rotate(-90) // hsl(60, 20%, 20%) -> hsl(330, 20%, 20%)
136+
137+
theme.color.mix(theme.otherColor, 0.2) // rgb(0, 0, 255) * 0.8 + rgb(0, 255, 0) * 0.2 -> rgb(0, 51, 204)
136138
```
137139
138140
---

0 commit comments

Comments
 (0)