#main {
background: url("images/bg_grey.png");
}
I'm facing an issue with this code in my main.css file as GWT is unable to locate the image located in the default images folder of my GWT project.
While Java has methods like GWT.getModuleBaseURL() to handle this, how can I correctly retrieve the path for my image in CSS?