@Hawkeye64 Changing default variables works well. But where to define .bg-my_color class to be accessible globally? If I define classes in my index.vue
<style lang="scss">
.text-brand {
color: $brand;
}
.bg-brand {
background: $brand;
}
</style>
it works