> @bobv, will anything pathological happen to the generated code if lots of > ui.xml files all do this? Remember that each ui.xml defines its own > ClientBundle.
The common css will be duplicated every time you do this, but this may be what you want, depending on whether or not the common css should be shared between the widget types at runtime. If the common css can be reused, you would be better off creating an @Shared CssResource for the common CSS and then having the per-UI.xml CssResource mix in the additional rules. -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
