-
Notifications
You must be signed in to change notification settings - Fork 191
Description
Description
When using hotswap to change application styles immediately via css, the lumo utility css classes seem to break.
After a page reload everything is fine again.
Expected outcome
Style hotswap should not break other stylings.
Minimal reproducible example
Application.java (default from the starter)
@SpringBootApplication
@StyleSheet(Lumo.STYLESHEET) // Use Aura.STYLESHEET to use Aura instead
@StyleSheet(Lumo.UTILITY_STYLESHEET)
@StyleSheet("styles.css") // Your custom styles
public class Application implements AppShellConfigurator {
...Steps to reproduce
- Download the 25 starter from our page
- Start the application using HS agent or JRebel
- Open the application
- Change something profance in the styles.css, for instance the body color
body {
color: green;
}- See the
world burnlumo utility stylings disappear (paddings / margins in the task view or side nav)
Environment
Vaadin version(s): 25 beta9
OS: Ubuntu
Browser: Chrome and FF
Browsers
Chrome, Issue is not browser related
Metadata
Metadata
Assignees
Type
Projects
Status
🏗 WIP