I would like to include some IE-specific hacks in my CssResource. Something along the lines of:
*header {width:290px;height:200px;background:#000;}
However, the GWT CSS compiler throws warnings when it encounters one.
In some cases, the user.agent is not specific enough (for example, it doesn't have an ie7 value), and certain hacks *, /9, _, etc are necessary in those cases.
Is there a proper way to pass these hacks through the CSS compiler that doesn't include user.agent checking?