style: Removed layout.css.all-shorthand.enabled pref.

The 'all' shorthand has shipped a long time ago, so this pref is not needed
anymore.

Bug: 1459524
Reviewed-by: heycam
MozReview-Commit-ID: GND8qSVAfCG
This commit is contained in:
Gerald Squelart 2018-06-28 14:51:38 +10:00 committed by Emilio Cobos Álvarez
parent e6d62b685b
commit 8488875a56
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -178,7 +178,6 @@ pub mod shorthands {
data.declare_shorthand(
"all",
logical_longhands + other_longhands,
gecko_pref="layout.css.all-shorthand.enabled",
spec="https://drafts.csswg.org/css-cascade-3/#all-shorthand"
)
%>