Skip to content

Commit

Permalink
fix: changed to media all and add min-resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Mar 3, 2019
1 parent 8263f08 commit 4bbb03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/utilities/rounded-corners-mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

@mixin border-image-chrome() {
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
border-image-repeat: space;
}
}
Expand Down

0 comments on commit 4bbb03b

Please sign in to comment.