Skip to content

Commit

Permalink
Fix a typo (sass#674)
Browse files Browse the repository at this point in the history
See also #3396
  • Loading branch information
Israel-4Ever committed Sep 23, 2022
1 parent 6cccf7e commit 516fcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/blog/034-request-for-comments-color-spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ $orange-oklch: oklch(68.72% 20.966858279% 41.4189852913deg);
$equal: $orange-rgb == $orange-oklch;

// result: true
$same: color.same($orange-rb, $orange-oklch);
$same: color.same($orange-rgb, $orange-oklch);
```

### Existing Sass Color Functions
Expand Down

0 comments on commit 516fcfc

Please sign in to comment.