mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Implement gecko glue for column-gap and order properties
This commit is contained in:
parent
852fdca1c5
commit
c8c7240dc2
3 changed files with 23 additions and 4 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue