mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Convert NS_STYLE_COLUMN_FILL_* to an enum class.
I put Balance as the first item in StyleColumnFill because it is the default value. Bug: 1477533 Reviewed-by: heycam MozReview-Commit-ID: A4DVMLL6XBa
This commit is contained in:
parent
9f5237b87c
commit
23b1d4d640
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ ${helpers.predefined_type(
|
|||
|
||||
${helpers.single_keyword("column-fill", "balance auto", extra_prefixes="moz",
|
||||
products="gecko", animation_value_type="discrete",
|
||||
gecko_enum_prefix="StyleColumnFill",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-fill")}
|
||||
|
||||
${helpers.predefined_type("column-rule-width",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue