mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
style: Cleanup text-align.
Use derive(FromPrimitive) instead. Differential Revision: https://phabricator.services.mozilla.com/D11332
This commit is contained in:
parent
fa764fc8e9
commit
b7cefa5814
2 changed files with 39 additions and 66 deletions
|
@ -137,7 +137,7 @@ ${helpers.single_keyword(
|
|||
${helpers.predefined_type(
|
||||
"text-align",
|
||||
"TextAlign",
|
||||
"computed::TextAlign::start()",
|
||||
"computed::TextAlign::Start",
|
||||
animation_value_type="discrete",
|
||||
flags="APPLIES_TO_PLACEHOLDER",
|
||||
spec="https://drafts.csswg.org/css-text/#propdef-text-align",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue