mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
layout_2020: Implement align-content in flexbox
Align all flex lines per `align-content`.
This commit is contained in:
parent
03574d8191
commit
4a65dd0425
2 changed files with 36 additions and 10 deletions
|
@ -134,7 +134,8 @@ ${helpers.single_keyword(
|
|||
${helpers.single_keyword(
|
||||
"align-content",
|
||||
"stretch flex-start flex-end center space-between space-around",
|
||||
engines="servo-2013",
|
||||
engines="servo-2013 servo-2020",
|
||||
servo_2020_pref="layout.flexbox.enabled",
|
||||
extra_prefixes="webkit",
|
||||
spec="https://drafts.csswg.org/css-align/#propdef-align-content",
|
||||
animation_value_type="discrete",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue