Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
Removed min-device-pixel-ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
krisztianb authored Dec 19, 2019
1 parent 877738a commit e716473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default/assets/css/setup/_mixins.sass
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
height: 0

@mixin retina
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)
&
@content

Expand Down

0 comments on commit e716473

Please sign in to comment.