mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
a478c1bf90
commit
db4dd48d31
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ impl Parse for TrackList<LengthPercentage, Integer> {
|
|||
#[cfg(feature = "gecko")]
|
||||
#[inline]
|
||||
fn allow_grid_template_subgrids() -> bool {
|
||||
static_prefs::pref!("layout.css.grid-template-subgrid-value.enabled")
|
||||
true
|
||||
}
|
||||
|
||||
#[cfg(feature = "servo")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue