Re: [gwt-contrib] Including a CSS resource into another one

2010-03-03 Thread BobV
ui:style src='../resources/defines.css' The @Source annotation, and presumably the src attribute of ui:style, accepts multiple css files. -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Including a CSS resource into another one

2010-03-02 Thread PhilBeaudoin
I've encountered the situation described in: http://groups.google.com/group/google-web-toolkit-contributors/browse_frm/thread/ca91dbdeaa6f93e8 I created `defines.css` in which I put all my @def. I then include this in my UIBinder-xml-specific style: ui:style src='../resources/defines.css' ...