How to add css to Vaadin / Maven project?
问题 There exists a question at SO about how to add css to Vaadin project. The tip there was to add css at /WEB-INF/VAADIN/themes/ location. My problem is that Vaadin projects normally have WEB-INF folder under WebContent and now on Maven the similar folder is under webapp . This seems to be causing that my css changes do not take effect. Also, is it necessary to have the custom css in same sub-structure as the original css? I want to modify table css and don't know if the css needs to be in a