mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Unprefix text-align-last for geckolib.
This commit is contained in:
parent
568061ff20
commit
ba70fcaa18
1 changed files with 1 additions and 2 deletions
|
@ -395,11 +395,10 @@ ${helpers.single_keyword("text-justify",
|
||||||
products="servo",
|
products="servo",
|
||||||
animatable=False)}
|
animatable=False)}
|
||||||
|
|
||||||
${helpers.single_keyword("-moz-text-align-last",
|
${helpers.single_keyword("text-align-last",
|
||||||
"auto start end left right center justify",
|
"auto start end left right center justify",
|
||||||
products="gecko",
|
products="gecko",
|
||||||
gecko_constant_prefix="NS_STYLE_TEXT_ALIGN",
|
gecko_constant_prefix="NS_STYLE_TEXT_ALIGN",
|
||||||
gecko_ffi_name="mTextAlignLast",
|
|
||||||
animatable=False)}
|
animatable=False)}
|
||||||
|
|
||||||
<%helpers:longhand name="-servo-text-decorations-in-effect"
|
<%helpers:longhand name="-servo-text-decorations-in-effect"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue