Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Apr 6, 2020
1 parent ca86962 commit 93bbc9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ but we'll get that fixed.
Here are the basics:

```scss
@use 'path/to/blend';
@use '<path/to>/blend';

main {
// returns a Sass `color`
Expand All @@ -42,8 +42,8 @@ There is only one setting:
```

If you want more explicit control,
you can import `<path/to>/blend/sass/lab/lch`,
and access several function directly:
use `<path/to>/blend/sass/lab/lch`,
and access functions directly:

- `lch.to-rgb()` does the conversion math on an array of channels
- `lch.in-gamut()` returns either the converted channels
Expand Down

0 comments on commit 93bbc9b

Please sign in to comment.