mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Support flex-{grow,shrink}, stroke-miterlimit and -moz-box-flex in geckolib.
This commit is contained in:
parent
3255bb809e
commit
53649b19d0
3 changed files with 11 additions and 0 deletions
|
@ -10,3 +10,6 @@
|
|||
|
||||
${helpers.single_keyword("-moz-box-align", "stretch start center baseline end", products="gecko",
|
||||
gecko_ffi_name="mBoxAlign", gecko_constant_prefix="NS_STYLE_BOX_ALIGN")}
|
||||
|
||||
${helpers.predefined_type("-moz-box-flex", "Number", "0.0", "parse_non_negative", products="gecko",
|
||||
gecko_ffi_name="mBoxFlex")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue