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();
}
When I inspect a menu bar item the styles applied looks like this: