-
Notifications
You must be signed in to change notification settings - Fork 144
[FEATURE] Parse color functions with modern syntax #800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Also include tests for color functions with CSS variable substitutions where they use the "legacy" syntax. Resolves #755.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow… ❤️
CHANGELOG.md
Outdated
- `rgb` and `rgba`, and `hsl` and `hsla` are now aliases (#797} | ||
- Parse color functions that use the "modern" syntax |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Parse color functions that use the "modern" syntax | |
- Parse color functions that use the "modern" syntax (#800) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd intended to do this once I'd determined what the PR number would be, but then forgot. Now added.
I'd done most of this before I figured that the I've added #801 to capture all tasks and issues relating to colours that I can think of, while I'm in this neck of the woods. |
Also include tests for color functions with CSS variable substitutions where they use the "legacy" syntax.
Resolves #755.