style: Use Servo lengths for column-width.

Differential Revision: https://phabricator.services.mozilla.com/D26155
This commit is contained in:
Emilio Cobos Álvarez 2019-04-04 18:29:57 +00:00
parent ef0b6bb225
commit f8fce03e82

View file

@ -1204,7 +1204,6 @@ impl Clone for ${style_struct.gecko_struct_name} {
# Types used with predefined_type()-defined properties that we can auto-generate.
predefined_types = {
"length::NonNegativeLengthOrAuto": impl_style_coord,
"length::NonNegativeLengthPercentageOrNormal": impl_style_coord,
"Length": impl_absolute_length,
"MozScriptMinSize": impl_absolute_length,