Maksim Izmaylov
Results
3
comments of
Maksim Izmaylov
Example X here http://www.w3.org/TR/css3-mediaqueries/
Also, code like this ``` @media only screen and (max-device-width: 480px) { @import "mobile"; } ``` doesn't work. It just doesn't include the file. But when you remove @media it...
I'd say that we need to "normalize" the repo first. Seems like a big deal. We're on Macs, where default line ending is LF. Since Stacey will eventually run on...