Closed OnkarRuikar closed 4 months ago
Thanks, @OnkarRuikar. Looking good! I made some suggestions on a branch, do you want to have a look here:
<label>
s.input
so we have faster feedbackAnd just general question; why do we want to include Pickr? Not a blocker, just curious 🤔
I've applied the changes.
And just a general question; why do we want to include Pickr?
Because HTML color input doesn't support alpha(transparency) channel: https://github.com/whatwg/html/issues/3400#issuecomment-606737019 .
I've applied the changes.
Nice, taking a look again!
And just a general question; why do we want to include Pickr?
Because HTML color input doesn't support alpha(transparency) channel: whatwg/html#3400 (comment) .
Ah-ha, thanks for the hint 👍🏻
LGTM, only last thing to think about is demonstrating that the percentage doesn't have to be a whole number;
:nerd_face: done.
Merging now, thank you!
The PR adds a tool to experiment with the CSS
color-mix()
function. Following is the screenshot of the tool: