less/less.ruby

@import url(some.css) only screen and (max-device-width: 480px)

Opened this issue · 5 comments

This code throws syntax error.

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)