Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aethanyc authored and emilio committed Jul 24, 2018
1 parent 9f5237b commit 23b1d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/style/properties/longhands/column.mako.rs
Expand Up @@ -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",
Expand Down

0 comments on commit 23b1d4d

Please sign in to comment.