-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(color-contrast): add support for CSS mix-blend-mode (#3226)
* add mix-blend-mode functions * implement some blend functions and tests * fix color-dodge and add test * fix color-burn and add test * clean up * fix hard-light add unit test * add overlay blend-mode and unit test * tests * typo * fix tests * fix flattenColor function * better output for blending integration test * better output for blending integration test * position each group so they don't affect one another * fix blending background white * revert playground * revert playground * fix backgroundColor * fix blending integration tests * add skip for IE11 as blending is not supported * typo Co-authored-by: Steven Lambert <steven.lambert@deque.com>
- Loading branch information
Showing
5 changed files
with
638 additions
and
134 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
Oops, something went wrong.