diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-03-27 09:05:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 09:05:07 -0700 |
commit | 185d31f0860f9c4f22d2db9d2780a2ce08c7919c (patch) | |
tree | 55510f0705533958f1f84c3914c00d00adfd866c | |
parent | 9eb6bb78b0dc7ab0f79f7dc992764225c8dcac1d (diff) | |
parent | 17f055cd78561027c7eee4cf108be9fa5168d593 (diff) | |
download | servo-185d31f0860f9c4f22d2db9d2780a2ce08c7919c.tar.gz servo-185d31f0860f9c4f22d2db9d2780a2ce08c7919c.zip |
Auto merge of #16151 - emilio:fixup-webkit-order, r=emilio
style: Re-introduce the -webkit- prefix for the order property.
I accidentally removed it while converting "order" to a predefined type
in #16144.
-rw-r--r-- | components/style/properties/longhand/position.mako.rs | 1 |
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")} |