You can inject it has a text resource and use the class names directly, or from a constants interface. We do something like that in GWT-Bootstrap ( http://gwtbootstrap.github.com/).
On Friday, May 11, 2012 3:37:50 PM UTC-3, Joseph Lust wrote: > > Generally speaking, you should not be using vendor specific prefixes. The > W3C has recently been on the war > path<http://lists.w3.org/Archives/Public/www-style/2012May/0125.html>on this > very > issue<http://www.sitepoint.com/w3c-css-webkit-prefix-crisis/#fbid=gPqBJStOd47>. > > As such, I would not expect GWT and Google to officially support an > officially unsupported CSS property. > > Usually you can get away with these sorts of things with the *literal()* > function > ClientBundle to get around the unrecognized gradient constructor: > > i.e. > > div-with-literal { > > background-image: literal("linear-gradient(...)"); > > } > > > Note however this does not help you get around an unsupported property > name like *-moz-transition*. I'm not yet sure how to achieve this. > > Sincerely, > Joseph > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/RhiwgAV9lyYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
