mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Remove cascade layers pref
These have been enabled by default for quite a while. Differential Revision: https://phabricator.services.mozilla.com/D175513
This commit is contained in:
parent
dbb51abc62
commit
44e71dee2e
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ impl<'a, 'b, 'i> AtRuleParser<'i> for NestedRuleParser<'a, 'b> {
|
|||
"font-face" => {
|
||||
AtRulePrelude::FontFace
|
||||
},
|
||||
"layer" if static_prefs::pref!("layout.css.cascade-layers.enabled") => {
|
||||
"layer" => {
|
||||
let names = input.try_parse(|input| {
|
||||
input.parse_comma_separated(|input| {
|
||||
LayerName::parse(self.context, input)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue