Add gecko glue for grid-template-{rows,columns}

This commit is contained in:
Ravi Shankar 2017-05-05 11:43:45 +05:30
parent 3011c7cadc
commit 825e6db37e
2 changed files with 135 additions and 5 deletions

View file

@ -325,7 +325,7 @@ ${helpers.predefined_type("object-position",
${helpers.predefined_type("grid-template-%ss" % kind,
"TrackListOrNone",
"Either::Second(None_)",
products="none",
products="gecko",
spec="https://drafts.csswg.org/css-grid/#propdef-grid-template-%ss" % kind,
boxed=True,
animation_value_type="none")}