style: Put offset-* aliases behind a pref.

Bug: 1464782
Reviewed-by: xidorn
MozReview-Commit-ID: Hl6Muim3wVH
This commit is contained in:
Emilio Cobos Álvarez 2018-06-27 11:22:21 +02:00
parent 65953fb158
commit 06fa3406de
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -29,7 +29,7 @@
"computed::LengthOrPercentageOrAuto::Auto",
spec="https://drafts.csswg.org/css-logical-props/#propdef-inset-%s" % side,
flags="GETCS_NEEDS_LAYOUT_FLUSH",
alias="offset-%s" % side,
alias="offset-%s:layout.css.offset-logical-properties.enabled" % side,
animation_value_type="ComputedValue",
logical=True,
)}