style: Move -moz-script-size-multiplier outside of mako

This commit is contained in:
CYBAI 2017-11-23 00:22:54 +08:00
parent 976f9e3d13
commit 20cfefbbbd
7 changed files with 53 additions and 26 deletions

View file

@ -1514,6 +1514,7 @@ impl Clone for ${style_struct.gecko_struct_name} {
"MaxLength": impl_style_coord,
"MozLength": impl_style_coord,
"MozScriptMinSize": impl_absolute_length,
"MozScriptSizeMultiplier": impl_simple,
"NonNegativeLengthOrPercentage": impl_style_coord,
"NonNegativeNumber": impl_simple,
"Number": impl_simple,