Skip to content

Commit

Permalink
Remove unused retina-display Sass mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzap authored and bmispelon committed Nov 25, 2024
1 parent 42efb4e commit 7c8de77
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions djangoproject/scss/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,6 @@ $logo-bg-dark: #272c27;
}
}

// Retina media query mixin
@mixin retina-display {

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
@content;
}
}

// Font Family Mixins
@mixin serif {
font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Hoefler Text", Georgia, "Lucida Bright", Cambria, Times, "Times New Roman", serif;
Expand Down

0 comments on commit 7c8de77

Please sign in to comment.