Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
issues with VaadStrap
Im having some issues with vaastrap, I don't know if someone has the same problems and has fixed those issues.
1. At the start of my application Im having some warning messages like this one: 'Rejecting published file request for file that has not been published: bootstrap-theme.min.css.map' and the same for 'bootstrap.min.css.map'. I dont know how bad is this since the vaadstrap is working, however I also have these:
2. When I use the add on on the code, all the ValoTheme default styles , stop working, for example I use in some of my components these: ValoTheme.LAYOUT_HORIZONTAL_WRAPPING or ValoTheme.LAYOUT_COMPONENT_GROUP. When I add the clases for vaadstrap, all the components with those styles looks bad.