less.ruby
less.ruby copied to clipboard
@import url(some.css) only screen and (max-device-width: 480px)
This code throws syntax error.
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 works perfectly.
If this was fixed it'd be frickin' awesome :)
No changes on the issue?
This was fixed in vers. 1.2.0 I think :o)