Skip to content

Commit

Permalink
style: Convert NS_STYLE_COLUMN_SPAN_* to an enum class.
Browse files Browse the repository at this point in the history
Bug: 1477533
Reviewed-by: heycam
MozReview-Commit-ID: F8M1DlpBop2
  • Loading branch information
aethanyc authored and emilio committed Jul 24, 2018
1 parent 23b1d4d commit 0c0ffef
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 @@ -61,6 +61,7 @@ ${helpers.predefined_type(

${helpers.single_keyword("column-span", "none all",
products="gecko", animation_value_type="discrete",
gecko_enum_prefix="StyleColumnSpan",
gecko_pref="layout.css.column-span.enabled",
spec="https://drafts.csswg.org/css-multicol/#propdef-column-span",
extra_prefixes="moz:layout.css.column-span.enabled")}
Expand Down

0 comments on commit 0c0ffef

Please sign in to comment.