aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/style/properties.mako.rs4
1 files changed, 3 insertions, 1 deletions
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 {
</%self:longhand>
${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""")}
}