mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
parent
bcae33a43f
commit
7771cf25a8
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue