mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
stylo: disable @viewport
Firefox doesn't support @viewport, we shouldn't either.
This commit is contained in:
parent
6d6f03974d
commit
cdc230e4d3
1 changed files with 1 additions and 1 deletions
|
@ -1759,7 +1759,7 @@ fn is_viewport_enabled() -> bool {
|
|||
|
||||
#[cfg(not(feature = "servo"))]
|
||||
fn is_viewport_enabled() -> bool {
|
||||
true
|
||||
false // Gecko doesn't support @viewport
|
||||
}
|
||||
|
||||
impl<'a, 'b> AtRuleParser for NestedRuleParser<'a, 'b> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue