Note that more advanced media queries are still borked:

@media all and (max-width: 699px) and (min-width: 520px), (min-width:
1151px) {
  // ...
}

The above gets truncated to:
@media all {
}

I haven't tracked down where the truncation is occurring -- a project
for tonight, most likely!

http://gwt-code-reviews.appspot.com/1863803/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to