Skip to content

Commit 7c8de77

Browse files
adamzapbmispelon
authored andcommitted
Remove unused retina-display Sass mixin
1 parent 42efb4e commit 7c8de77

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

djangoproject/scss/_utils.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ $logo-bg-dark: #272c27;
8484
}
8585
}
8686

87-
// Retina media query mixin
88-
@mixin retina-display {
89-
90-
@media only screen and (-webkit-min-device-pixel-ratio: 2),
91-
(min-resolution: 192dpi) {
92-
@content;
93-
}
94-
}
95-
9687
// Font Family Mixins
9788
@mixin serif {
9889
font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Hoefler Text", Georgia, "Lucida Bright", Cambria, Times, "Times New Roman", serif;

0 commit comments

Comments
 (0)