mytheme.scss file:
@import "../valo/valo.scss";
@mixin mytheme {
@include valo;
background-image: url("img/light-background.jpg");
}
my image is in ...VAADIN/themes/mytheme/img/light-background.jpg
where is no compiling/running errors, why image isn't displayed as a background?