Skip to content

Commit

Permalink
style: Re-introduce the -webkit- prefix for the order property.
Browse files Browse the repository at this point in the history
I accidentally removed it while converting "order" to a predefined type
in #16144.
  • Loading branch information
emilio committed Mar 27, 2017
1 parent 9eb6bb7 commit 17f055c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/style/properties/longhand/position.mako.rs
Expand Up @@ -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")}

Expand Down

0 comments on commit 17f055c

Please sign in to comment.