Skip to content

Commit 1c069c5

Browse files
authored
Add support for mix-blend-mode: plus-lighter (#86)
1 parent 65c8130 commit 1c069c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/properties/longhands/effects.mako.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ${helpers.single_keyword(
7474
"mix-blend-mode",
7575
"""normal multiply screen overlay darken lighten color-dodge
7676
color-burn hard-light soft-light difference exclusion hue
77-
saturation color luminosity""" + ("plus-lighter" if engine == 'gecko' else ""),
77+
saturation color luminosity plus-lighter""",
7878
engines="gecko servo",
7979
gecko_enum_prefix="StyleBlend",
8080
animation_type="discrete",

0 commit comments

Comments
 (0)