Not sure the best way to implement this, but just like in a normal Vue app, we should be able to do:
<style lang="sass">
@import './defaults.scss'
body
color: $color-primary
</style>
But as expected, the build fails because of no webpack sass-loader