Changing valo theme variables for menu bar

Hello and thank you,

I’m having trouble using valo and its API to change one variable in the menubar. I just want v-font-weight to be 600px. I guess that I don’t understand the API and what component to remove.

This is my scaled down attempt to do this in styles.scss.

@import "valo";
$v-included-components: remove($v-included-components, menu-item-style);

.myvalo {
  @include valo;

  $v-font-weight: 600;
  @include valo-menubar-menuitem-style();
}

the question was answered here: http://stackoverflow.com/questions/43328398/changing-vaadin-valo-theme-variables-for-menu-bar/43664925#43664925