On 22 mai, 16:48, federico <[email protected]> wrote: > I all > i've downloaded gwt 2.1 m1 to give it a try but i've noticed that all > my rouded corners css are gone, and there are some loggings > complaining abouut the styles: > > 16:24:19.843 [DEBUG] [sandboxDeploy] Preparing method css > 16:24:19.843 [INFO] [sandboxDeploy] The following problems were > detected > 16:24:19.843 [WARN] [sandboxDeploy] Line 97 column 33: encountered > "-". Was expecting one of: "}" ";" <IDENT> > > .... > and many mores > > someone can tell me what this means??
That just like in 2.0.x releases, you have to escape the first dash with a backslash to make the CSS parser( Flute) happy. This is a bug in the (outdated) CSS parser, and there's an open issue on the GWT issue tracker about this. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
