yinon

Results 53 comments of yinon

how would this be interpreted by Figma in practice? say a rectangle, a 2 color mix would output a `linear-gradient` workaround ```css background: linear-gradient(0deg, #0D0D0D, #0D0D0D), linear-gradient(0deg, rgba(255, 255, 255,...

@EloB CSS Color Module Level 5 [color-mix](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix) will enable run-time color manipulation. scss and the other transpilers you mention can SSRly manipulate colors and output a primitive value to be...

following the code leads to the conclusion this is it's blocked by the lack of relevant `setMulti` method on [mdc's select foundation](https://github.com/material-components/material-components-web/blob/e2e8aef1e0708018ed266e71cb2ac06e0a38ea83/packages/mdc-select/foundation.ts) Why is material-components/material-components-web#6033 close then? Seem like mwc's...

it doesn't seem to be picking that up ![image](https://user-images.githubusercontent.com/15140652/127811101-988eb2e2-989c-4ea6-a15b-ee5a6f10d68a.png)

Even though we mostly rely on fast foundation now in our codebase, we have done the same with floating UI. Also, aligned as much as possible, to the popup explainer...

how about moving forward to native popup? https://developer.chrome.com/blog/pop-ups-theyre-making-a-resurgence/ there's a polyfill to be used until safely supported https://github.com/oddbird/popup-polyfill

> @monobyte It's not dead but we do need community help to complete it. In what parts? Is there a specification this follows or discussed besides this PR?

> @futekov thanks for filing this. This seems like a reasonable request. Prior to presenting I recommend having an explainer to provide here for review by the group. You can...

@flackr just curious of that use-case. mind sharing some sort of example?