Valo theme problem: setSpacing(true) does not work

Hi,

We just switched from the Reindeer theme to Valo. The call to setSpacing(true) in VerticalLayout no longer works - all components appear next to each other with no space in between them.

I tried to fix this in our .scss file like this below, but this did not fix the issue.

$v-layout-spacing-vertical: 5px;

@import url(‘icomoon/style.css’);
// valo theme
@import “…/valo/valo”;

Just checking that you also include the valo styles to your theme, i.e.

.my-theme {
@include valo;
}