Skip to content

Commit

Permalink
Update _image.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
kpawelczak committed Jan 7, 2025
1 parent c5c9eb9 commit 3a857b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
// There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.
// Compatibility info: https://caniuse.com/css-media-resolution
@media only screen and (min-resolution: 192dpi),
// IE9-11 don't support dppx only screen and (min-resolution: 2dppx) {
// Standardized
only screen and (min-resolution: 2dppx) {
// IE9-11 don't support dppx
background-image: url($file-2x);
background-size: $width-1x $height-1x;
}
Expand Down

0 comments on commit 3a857b5

Please sign in to comment.