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'>
...
</ui:style>
My problem is that I also have a global css file that I use as a
CssResource in a ClientBundle. I would like this CSS file to have
access to the definitions, but I'm not quite sure how to do this. The
following fails:
-----
resource.css:
@import "defines.css";
a {
text-decoration: underline;
cursor: pointer;
cursor: hand;
color: myCustomColor;
}
-----
What would be the good way to do this?
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors