diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-01-30 23:18:00 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2015-01-30 23:18:00 +0100 |
commit | dfb5c52131738d15af9987aff02751fa212863f9 (patch) | |
tree | f41d236ac08d33b19659ad30a4798b064ff7e5b1 /components | |
parent | 6e95bd8e50e79360b04b7b92bf36ad01dfdf242e (diff) | |
download | servo-dfb5c52131738d15af9987aff02751fa212863f9.tar.gz servo-dfb5c52131738d15af9987aff02751fa212863f9.zip |
Split overlong line.
Diffstat (limited to 'components')
-rw-r--r-- | components/style/properties.mako.rs | 4 |
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""")} } |