Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 26, 2025
1 parent e1b34b5 commit 81f3171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_css_prefixer/src/prefixer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ impl VisitMut for Prefixer {
}
}

if should_prefix("min--moz-device-pixel-ratio", self.env, false) {
if should_prefix("min--moz-device-pixel-ratio", &self.env, false) {
let mut new_media_query = n.clone();

replace_media_feature_resolution_on_legacy_variant(
Expand Down

0 comments on commit 81f3171

Please sign in to comment.