Here is one example of working around CSS3 limitation for media queries: http://pastebin.com/p2S0HKtR
So this class encapsulates all the "ensureInjected" + hacking media queries Just call MainAppResource.injectStyles() in onModuleLoad() or somewhere Certainly not the best example, but an example nevertheless. On Wednesday, September 18, 2013 5:24:26 PM UTC-4, Ed wrote: > > thanks for your input. > > @Steve: about this: > > 1 & 2: have a separate CSS resource for each media query, but without > the query within it. Instead, get the CSS string from the resource and > > wrap the query around it yourself, and then inject the resulting string. > > Can you please give some more insight? > Let say you have 2 css files for MediaA and MediaB. > How do you load these, wrap a media query around it, and inject it? > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
