filamentgroup / criticalCSS

Finds the Above the Fold CSS for your page, and outputs it into a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediaList not working

jefflembeck opened this issue · comments

This selector blows everything up on 0.4.x

@media (min--moz-device-pixel-ratio: 1.5),
            (-o-min-device-pixel-ratio: 3/2),
            (-webkit-min-device-pixel-ratio: 1.5),
            (min-device-pixel-ratio: 1.5),
            (min-resolution: 1.5dppx) {
}

Turns out it's not the list.

Testing with another list, only screen and (-o-min-device-pixel-ratio: 2/1) -- this line is what breaks it.