Skip to content

Commit

Permalink
Add support for mix-blend-mode: plus-lighter (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson authored Oct 29, 2024
1 parent 65c8130 commit 1c069c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/properties/longhands/effects.mako.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1c069c5

Please sign in to comment.