ingrammicro/puzzle-tokens

mix-blend-mode

Closed this issue · 14 comments

Hi, would it be possible to use "mix-blend-mode" in this plugin in some way? If so, how?

Hey, thanks for looking into it. I added both a screenshot and a file where a layer uses a blend mode.

Cheers.

Screenshot 2020-10-23 at 11 47 09

Blend-Mode-Test.zip

Also the Sass snippet for the above would be something like:

Controls { .Overlay { mix-blend-mode: lighten; background-color: #FF03F8; } }

Implemented in 8.13.0!
mix-blend-mode: normal; // normal / darken / multiply / color-burn / lighten / screen / color-dodge / overlay / difference
// exclusion / hue / saturation / color / luminosity