mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Make -moz-box-flex animatable.
This commit is contained in:
parent
f34b9e2317
commit
b3f9cb55f6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ ${helpers.single_keyword("-moz-box-direction", "normal reverse",
|
|||
|
||||
${helpers.predefined_type("-moz-box-flex", "Number", "0.0", "parse_non_negative",
|
||||
products="gecko", gecko_ffi_name="mBoxFlex",
|
||||
animation_value_type="none",
|
||||
animation_value_type="ComputedValue",
|
||||
alias="-webkit-box-flex",
|
||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/box-flex)")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue