diff --git a/components/style/properties.mako.rs b/components/style/properties.mako.rs index 6dc140c993c..8b2bdb6398c 100644 --- a/components/style/properties.mako.rs +++ b/components/style/properties.mako.rs @@ -1807,7 +1807,9 @@ pub mod longhands { ${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")} + """normal multiply screen overlay darken lighten color-dodge + color-burn hard-light soft-light difference exclusion hue + saturation color luminosity""")} }