1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-19 04:21:22 +02:00

fix: changed to media all and add min-resolution

This commit is contained in:
Igor Guastalla de Lima
2019-03-03 20:38:46 -03:00
parent 8263f08c6e
commit 4bbb03bee1

View File

@@ -12,7 +12,7 @@
} }
@mixin border-image-chrome() { @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; border-image-repeat: space;
} }
} }