Implement gecko glue for column-gap and order properties

This commit is contained in:
Nazım Can Altınova 2016-11-22 01:01:15 +03:00
parent 852fdca1c5
commit c8c7240dc2
3 changed files with 23 additions and 4 deletions

View file

@ -107,7 +107,7 @@ ${helpers.single_keyword("align-self", "auto stretch flex-start flex-end center
animatable=False)}
// https://drafts.csswg.org/css-flexbox/#propdef-order
<%helpers:longhand name="order" products="servo" animatable="True">
<%helpers:longhand name="order" animatable="True">
use values::computed::ComputedValueAsSpecified;
impl ComputedValueAsSpecified for SpecifiedValue {}