From 17f055cd78561027c7eee4cf108be9fa5168d593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 27 Mar 2017 18:02:58 +0200 Subject: [PATCH] style: Re-introduce the -webkit- prefix for the order property. I accidentally removed it while converting "order" to a predefined type in #16144. --- components/style/properties/longhand/position.mako.rs | 1 + 1 file changed, 1 insertion(+) 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")}