We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mix-blend-mode: plus-lighter
1 parent 65c8130 commit 1c069c5Copy full SHA for 1c069c5
style/properties/longhands/effects.mako.rs
@@ -74,7 +74,7 @@ ${helpers.single_keyword(
74
"mix-blend-mode",
75
"""normal multiply screen overlay darken lighten color-dodge
76
color-burn hard-light soft-light difference exclusion hue
77
- saturation color luminosity""" + ("plus-lighter" if engine == 'gecko' else ""),
+ saturation color luminosity plus-lighter""",
78
engines="gecko servo",
79
gecko_enum_prefix="StyleBlend",
80
animation_type="discrete",
0 commit comments