Skip to content

Commit

Permalink
Restore text-align-last removed in #15839 by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
upsuper committed Mar 10, 2017
1 parent 8b8eb5e commit 4a897b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/style/properties/longhand/inherited_text.mako.rs
Expand Up @@ -233,6 +233,13 @@ ${helpers.single_keyword("word-break",
}
</%helpers:single_keyword_computed>

${helpers.single_keyword("text-align-last",
"auto start end left right center justify",
products="gecko",
gecko_constant_prefix="NS_STYLE_TEXT_ALIGN",
animatable=False,
spec="https://drafts.csswg.org/css-text/#propdef-text-align-last")}

// TODO make this a shorthand and implement text-align-last/text-align-all
<%helpers:longhand name="text-align" animatable="False" spec="https://drafts.csswg.org/css-text/#propdef-text-align">
pub use self::computed_value::T as SpecifiedValue;
Expand Down

0 comments on commit 4a897b2

Please sign in to comment.