Unprefix text-align-last for geckolib.

This commit is contained in:
Xidorn Quan 2016-10-19 22:13:03 +11:00
parent 568061ff20
commit ba70fcaa18

View file

@ -395,11 +395,10 @@ ${helpers.single_keyword("text-justify",
products="servo",
animatable=False)}
${helpers.single_keyword("-moz-text-align-last",
${helpers.single_keyword("text-align-last",
"auto start end left right center justify",
products="gecko",
gecko_constant_prefix="NS_STYLE_TEXT_ALIGN",
gecko_ffi_name="mTextAlignLast",
animatable=False)}
<%helpers:longhand name="-servo-text-decorations-in-effect"