Skip to content

Commit

Permalink
Fix outdated info
Browse files Browse the repository at this point in the history
Resolves #420
  • Loading branch information
facelessuser committed Apr 11, 2024
1 parent 66145ea commit 7e7cdb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/markdown/colors/oklab.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Channels | Aliases

## Input/Output

Oklab is not currently supported in the CSS spec, the parsed input and string output formats use the
`#!css-color color()` function format using the custom name `#!css-color --oklab`:
Parsed input and string output formats support all valid CSS forms in addition to allowing the `#!css-color color()`
function format as well using the custom name `#!css-color --oklab`.

```css-color
oklab(l a b / a) // Oklab function
Expand Down
4 changes: 2 additions & 2 deletions docs/src/markdown/colors/oklch.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Channels | Aliases

## Input/Output

Oklab is not currently supported in the CSS spec, the parsed input and string output formats use the
`#!css-color color()` function format using the custom name `#!css-color --oklch`:
Parsed input and string output formats support all valid CSS forms. Additionally, the `#!css-color color()` function
format can be used as well with the custom name `#!css-color --oklch`.

```css-color
oklch(l c h / a) // OkLCh function
Expand Down

0 comments on commit 7e7cdb8

Please sign in to comment.