I am kinda new to Vaadin and I use vaadin 13.0.13. I tried to refactor some code using the css file i created and put in src/main/resources/com/example/demo
.
I followed the documentation here. However as you can see on the following picture, it seems vaadin does not read that file.
Is there a particular reason ? What should I do to add a css file in my vaadin/spring project ?
Thanks.