SCSS.tmbundle icon indicating copy to clipboard operation
SCSS.tmbundle copied to clipboard

Broken MQ mixin

Open pepelsbey opened this issue 11 years ago • 11 comments

@mixin breakpoint($point) {
    @if $point == 2x {
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (min-moz-device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5) { @content; }
    }
}

pepelsbey avatar Jan 21 '13 16:01 pepelsbey