Skip to content

Commit

Permalink
Implement relative color syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Sep 18, 2022
1 parent 2434365 commit 44a402d
Show file tree
Hide file tree
Showing 6 changed files with 2,302 additions and 158 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ An extremely fast CSS parser, transformer, and minifier written in Rust. Use it
- Custom media queries (draft spec)
- Logical properties
* [Color Level 5](https://drafts.csswg.org/css-color-5/)
- `color-mix()` function
- `color-mix()` function
- Relative color syntax, e.g. `lab(from purple calc(l * .8) a b)`
- [Color Level 4](https://drafts.csswg.org/css-color-4/)
- `lab()`, `lch()`, `oklab()`, and `oklch()` colors
- `color()` function supporting predefined color spaces such as `display-p3` and `xyz`
Expand Down
Loading

0 comments on commit 44a402d

Please sign in to comment.