mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Rename MinLength to MozLength.
So that we can reuse this for non-min-prefixed properties (e.g. width).
This commit is contained in:
parent
95bda2dff9
commit
57c27e5d35
8 changed files with 59 additions and 58 deletions
|
@ -675,7 +675,7 @@ impl Debug for ${style_struct.gecko_struct_name} {
|
|||
"LengthOrNone": impl_style_coord,
|
||||
"LengthOrNormal": impl_style_coord,
|
||||
"MaxLength": impl_style_coord,
|
||||
"MinLength": impl_style_coord,
|
||||
"MozLength": impl_style_coord,
|
||||
"Number": impl_simple,
|
||||
"Integer": impl_simple,
|
||||
"Opacity": impl_simple,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue