I\'d like to define some colours as constants in a GWT CssResource, and use those constants throughout my application; but I don\'t know how to do that.
I\'ll tell you w
You should be able to use
@IMPORT url("../../../global.css"); .mainPanel { background:{resources.css.JUNGLEGREEN}; ... }