Skip to content

Commit

Permalink
Add OKLCH and OKLab functions
Browse files Browse the repository at this point in the history
Closes #4.
  • Loading branch information
niksy committed Jun 3, 2022
1 parent 50b508b commit 260ccf6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][]

### Added

- Add OKLCH and OKLab functions
([#4](https://github.com/niksy/css-functions-list/pull/4))

## [3.0.1][] - 2022-02-14

### Fixed
Expand Down
10 changes: 10 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"min",
"minmax",
"mod",
"oklab",
"oklch",
"opacity",
"ornaments",
"paint",
Expand Down Expand Up @@ -171,6 +173,8 @@
"-webkit-min",
"-webkit-minmax",
"-webkit-mod",
"-webkit-oklab",
"-webkit-oklch",
"-webkit-opacity",
"-webkit-ornaments",
"-webkit-paint",
Expand Down Expand Up @@ -289,6 +293,8 @@
"-moz-min",
"-moz-minmax",
"-moz-mod",
"-moz-oklab",
"-moz-oklch",
"-moz-opacity",
"-moz-ornaments",
"-moz-paint",
Expand Down Expand Up @@ -407,6 +413,8 @@
"-o-min",
"-o-minmax",
"-o-mod",
"-o-oklab",
"-o-oklch",
"-o-opacity",
"-o-ornaments",
"-o-paint",
Expand Down Expand Up @@ -525,6 +533,8 @@
"-ms-min",
"-ms-minmax",
"-ms-mod",
"-ms-oklab",
"-ms-oklch",
"-ms-opacity",
"-ms-ornaments",
"-ms-paint",
Expand Down

0 comments on commit 260ccf6

Please sign in to comment.