@import url(some.css) only screen and (max-device-width: 480px)
Opened this issue · 5 comments
kvakes commented
This code throws syntax error.
kvakes commented
Example X here http://www.w3.org/TR/css3-mediaqueries/
kvakes commented
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 works perfectly.
sturobson commented
If this was fixed it'd be frickin' awesome :)
vojkny commented
No changes on the issue?
sturobson commented
This was fixed in vers. 1.2.0 I think :o)