style: Remove :nth-child(... of) pref

We ship this, and the front-end uses it by default, so remove the pref.

Differential Revision: https://phabricator.services.mozilla.com/D180222
This commit is contained in:
Emilio Cobos Álvarez 2023-06-07 14:38:45 +00:00 committed by Martin Robinson
parent bcae33a43f
commit 7771cf25a8

View file

@ -327,7 +327,7 @@ impl<'a, 'i> ::selectors::Parser<'i> for SelectorParser<'a> {
#[inline]
fn parse_nth_child_of(&self) -> bool {
static_prefs::pref!("layout.css.nth-child-of.enabled")
true
}
#[inline]