@karthik: The problem is, that in general you can't simply retain the 
original names. A very important (probably the most important) feature of 
CssResources is, that each of them effectively gets its own namespace. If 
you remove that concept (even just for testing), you will create conflicts, 
if the same style class name is used in different CssResources.

If you don't care about that feature, then it's probably best, if you 
actually use @external on all your style classes, or if you put everything 
in external CSS files.

-- 
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/-/Is2bnyQwD5oJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to