I have been using some CSS3 styles like:
    background-image: -webkit-linear-gradient(top, #CADEFA, #90A6C6); /*
Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(top, #CADEFA, #90A6C6);   /*
Firefox 3.6+ */
for a while with no problem.
Without any obvious changes the GWT emulator in Eclipse now cannot parse
this CSS but continues to handle older CSS classes OK.
I am using a temporary fix with @CssResource.NotStrict to skip these parse
errors - not ideal!
Can anyone point to where I can look to fix the problem?
Regards Chris Marshall

-- 
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.

Reply via email to