1 @import url(http://fonts.googleapis.com/css?family=Open+Sans);
2 @import url(/absolute/something.css) screen and (color) and (max-width: 600px);
3 @import url("//ha.com/file.css") (min-width: 100px);
10 @media screen and (max-width: 600px) {
22 @media screen and (max-width: 601px) {
27 @media screen and (max-width: 602px) {
32 @media screen and (max-width: 603px) {