Vaadin Flow/10/11 style component via css
My question is pretty basic. How to add styling from a css-file to a basic vaadin component? What I do NOT want to use: PolymerTemplate getStlye().set(...) Do I have to @ImportHtml, which includes the css-code or do I have to @StyleSheet with the css-file? And afterwards, do I have to add the "css-style" via .getElement().getClassList().add(...)? I really need help to have a working simple code example for a Label, Button or whatsever, please . I cannot find anything to satisfy my requirements. In our documentation we guide to use @ImportHtml in MainView for global styles as a html style