I had a beautiful pure HTML mockup for a webpage that I am now recreating in GWT. I\'m attempting to use the same css in my GWT app, but that\'s not working well for me. G
Solution is actually to create a public/css folder in the same directory as your gwt.xml.
gwt.xml
Add these two lines to your gwt.xml:
and
Place your project-name.css file in the css folder.
This works with both GWT Compile and Super Dev Mode.