mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Use rust lengths for outline-offset.
Differential Revision: https://phabricator.services.mozilla.com/D26156
This commit is contained in:
parent
f8fce03e82
commit
681f861018
1 changed files with 0 additions and 1 deletions
|
@ -1205,7 +1205,6 @@ impl Clone for ${style_struct.gecko_struct_name} {
|
||||||
# Types used with predefined_type()-defined properties that we can auto-generate.
|
# Types used with predefined_type()-defined properties that we can auto-generate.
|
||||||
predefined_types = {
|
predefined_types = {
|
||||||
"length::NonNegativeLengthPercentageOrNormal": impl_style_coord,
|
"length::NonNegativeLengthPercentageOrNormal": impl_style_coord,
|
||||||
"Length": impl_absolute_length,
|
|
||||||
"MozScriptMinSize": impl_absolute_length,
|
"MozScriptMinSize": impl_absolute_length,
|
||||||
"RGBAColor": impl_rgba_color,
|
"RGBAColor": impl_rgba_color,
|
||||||
"SVGLength": impl_svg_length,
|
"SVGLength": impl_svg_length,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue