style: Remove the about:config pref for subgrid, layout.css.grid-template-subgrid-value.enabled, since it's been default-enabled for years

Differential Revision: https://phabricator.services.mozilla.com/D164389
This commit is contained in:
Daniel Holbert 2022-12-12 20:54:40 +00:00 committed by Martin Robinson
parent a478c1bf90
commit db4dd48d31

View file

@ -290,7 +290,7 @@ impl Parse for TrackList<LengthPercentage, Integer> {
#[cfg(feature = "gecko")] #[cfg(feature = "gecko")]
#[inline] #[inline]
fn allow_grid_template_subgrids() -> bool { fn allow_grid_template_subgrids() -> bool {
static_prefs::pref!("layout.css.grid-template-subgrid-value.enabled") true
} }
#[cfg(feature = "servo")] #[cfg(feature = "servo")]