@CssImport and LiveReload

Is there a way to make changes from a stylesheet immediately visible inside the browser?

I am running Vaadin 14 with spring-boot and devtools and have to execute “mvn clean package” after every change inside a css file.

produktionMode is disabled in the application.properties:
vaadin.productionMode=false