mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
[css-multicol] style: Implement percentages for 'column-gap'.
Bug: 1398537 Reviewed-by: emilio,dholbert
This commit is contained in:
parent
9677d5c1ba
commit
3532f64b32
5 changed files with 26 additions and 12 deletions
|
@ -1445,7 +1445,7 @@ impl Clone for ${style_struct.gecko_struct_name} {
|
|||
"length::LengthOrAuto": impl_style_coord,
|
||||
"length::LengthOrNormal": impl_style_coord,
|
||||
"length::NonNegativeLengthOrAuto": impl_style_coord,
|
||||
"length::NonNegativeLengthOrNormal": impl_style_coord,
|
||||
"length::NonNegativeLengthOrPercentageOrNormal": impl_style_coord,
|
||||
"Length": impl_absolute_length,
|
||||
"LengthOrNormal": impl_style_coord,
|
||||
"LengthOrPercentage": impl_style_coord,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue