mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
parent
bf7c044955
commit
b85f1a0240
2 changed files with 19 additions and 0 deletions
|
@ -142,6 +142,7 @@ ${helpers.predefined_type("flex-basis",
|
|||
"LengthOrPercentageOrAutoOrContent",
|
||||
"computed::LengthOrPercentageOrAuto::Auto" if product == "gecko" else
|
||||
"computed::LengthOrPercentageOrAutoOrContent::Auto",
|
||||
"parse_non_negative_with_context",
|
||||
spec="https://drafts.csswg.org/css-flexbox/#flex-basis-property",
|
||||
extra_prefixes="webkit",
|
||||
animatable=True if product == "gecko" else False)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue