I've a SASS architecture where I place all my styles. I just have one SASS file that imports every partial (including variables, mixin, etc). I'd like to know how can I get access to all those styles on each SFC that Vue offer to us, so I can use mixins, variables and more within my SFC.
Lastly, how should this been process? Take all the SCSS and SFC styles and output one CSS file? or using the style-loader? I'm using Vue-CLI 4 and Vue.js 3.
Here is how my architecture looks so far: