GWT plugin : including additional CSS
I noticed that GWT plugin cannot find CSS class that defined outside of main CSS file (by main CSS I mean the one that get created by wizard and has the same name as module/html).
How to add additional CSS files into a project.
Thanks,
Roman
Please sign in to leave a comment.
Hello Roman,
GWT plugin should find CSS classes from all CSS files which are linked to
main html file.
Hi Nikolay,
When I combine type and class for CSS selector (div.big) then class .big is not recognized.
btw, thanks for the plugin!
Hello Roman,
Fixed, thank you.