posted 12 years ago
Hi, I'm new in GWT, so this is probably a big NOOB mistake :P
I decided to use UiBinder do to my widgets, So i am tryng to understand CssResources example.
So @ the moment i have in oackage client the following code:
MyFirstComponent.ui.xml
MyFirstComponent.java
and the Entry Point:
then i tried to make a client bundle to loas my css
test.css:
and the clientBundle
But now i am stuck, i realy dont know what to do :$
how do i make the css to this 2 elements from a external css
thanks in advance