diff --git a/style/properties/longhands/effects.mako.rs b/style/properties/longhands/effects.mako.rs index 6d9afa259..43404e6d2 100644 --- a/style/properties/longhands/effects.mako.rs +++ b/style/properties/longhands/effects.mako.rs @@ -74,7 +74,7 @@ ${helpers.single_keyword( "mix-blend-mode", """normal multiply screen overlay darken lighten color-dodge color-burn hard-light soft-light difference exclusion hue - saturation color luminosity""" + ("plus-lighter" if engine == 'gecko' else ""), + saturation color luminosity plus-lighter""", engines="gecko servo", gecko_enum_prefix="StyleBlend", animation_type="discrete",