Skip to content

Commit

Permalink
style:- Remove column-span pref in column.mako.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
aethanyc authored and emilio committed Feb 12, 2020
1 parent 4f4d480 commit 07d0eea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/style/properties/longhands/column.mako.rs
Expand Up @@ -69,17 +69,14 @@ ${helpers.predefined_type(
spec="https://drafts.csswg.org/css-multicol/#propdef-column-rule-color",
)}

// FIXME: Remove enabled_in="ua" once column-span is enabled on nightly (bug 1423383).
${helpers.single_keyword(
"column-span",
"none all",
engines="gecko",
animation_value_type="discrete",
gecko_enum_prefix="StyleColumnSpan",
gecko_pref="layout.css.column-span.enabled",
enabled_in="ua",
spec="https://drafts.csswg.org/css-multicol/#propdef-column-span",
extra_prefixes="moz:layout.css.column-span.enabled",
extra_prefixes="moz",
)}

${helpers.predefined_type(
Expand Down

0 comments on commit 07d0eea

Please sign in to comment.