-
Notifications
You must be signed in to change notification settings - Fork 22.8k
feat(tools): add CSS color mixer tool #40951
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
base: main
Are you sure you want to change the base?
Conversation
files/en-us/web/css/color_value/color-mix/color-mixer-tool/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/color_value/color-mix/color-mixer-tool/index.md
Outdated
Show resolved
Hide resolved
All good points! I've addressed them. Two issues to address:
|
|
Done. Also updated slug and content references.
Done. Also prposed updates in top navigation
This would require a third party library like Color.js and Chroma.js. Let's get the tool in first and then do enhancements in followup PRs. |
I hand wrote the code for the color picker. In other words, it isn't too complex ;) Edit: I guess the issue is, as a tool, what is the output that people can use in their code? It's cool to see what the color value creates, but it's an "example" rather than a "tool" if there's nothing they can grab to use elsewhere. |
This pull request has merge conflicts that must be resolved before it can be merged. |
Description
Add the existing tool to the tools infrastructure: left sidebar and navbar
Motivation
The tool is similar to the other listed CSS tools: https://github.com/mdn/css-examples/tree/main/tools. Hosted in the same place. We need to list it along with other tools.
Related issues and pull requests