aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/style/properties/longhand/position.mako.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/properties/longhand/position.mako.rs b/components/style/properties/longhand/position.mako.rs
index 2e7a445e548..be5b1c2c9ed 100644
--- a/components/style/properties/longhand/position.mako.rs
+++ b/components/style/properties/longhand/position.mako.rs
@@ -131,6 +131,7 @@ ${helpers.predefined_type("flex-shrink", "Number",
// https://drafts.csswg.org/css-flexbox/#propdef-order
${helpers.predefined_type("order", "Integer", "0",
+ extra_prefixes="webkit",
animatable=True,
spec="https://drafts.csswg.org/css-flexbox/#order-property")}