mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Support min-{width,height} and text-indent in geckolib.
This commit is contained in:
parent
8d6a99b46e
commit
04f976bfb2
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ impl Debug for ${style_struct.gecko_ffi_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 = {
|
||||||
|
"LengthOrPercentage": impl_style_coord,
|
||||||
"LengthOrPercentageOrAuto": impl_style_coord,
|
"LengthOrPercentageOrAuto": impl_style_coord,
|
||||||
"Number": impl_simple,
|
"Number": impl_simple,
|
||||||
"Opacity": impl_simple,
|
"Opacity": impl_simple,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue