-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support modern css colors (#347)
* feat: add support for modern css colors, beginning with rba and hsl * wip: lab2css * use rgb() and hsl() even if color has alpha != 1 * fix test * feat: support changing the CIELab reference white point * add css lch() export * feat: add css support for oklab and oklch * link to discord in readme * document setLabWhitePoint etc. * fill in changelog * quick n dirty responsive website * remove parsing of css oklab colors for now
- Loading branch information
Showing
29 changed files
with
894 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.