Fix wrong initial values in various single keyword properties

This commit is contained in:
Nazım Can Altınova 2017-03-10 15:56:43 +03:00
parent a11a3fe68b
commit bae7c50ef7
No known key found for this signature in database
GPG key ID: AF9BCD7CE6449954
6 changed files with 11 additions and 11 deletions

View file

@ -86,7 +86,7 @@ ${helpers.single_keyword("flex-wrap", "nowrap wrap wrap-reverse",
% if product == "servo":
// FIXME: Update Servo to support the same Syntax as Gecko.
${helpers.single_keyword("justify-content", "stretch flex-start flex-end center space-between space-around",
${helpers.single_keyword("justify-content", "flex-start stretch flex-end center space-between space-around",
extra_prefixes="webkit",
spec="https://drafts.csswg.org/css-align/#propdef-justify-content",
animatable=False)}