So I successfully configure webpack for loading scss style that is in my components. I use a <style lang="scss"></style> and it goes well.
I used the vue-cli with the webpack installation.
But I would need to call some of my scss variables from there, so I guess I would need a kind of preload?
Is there a way to do it without having to @import in each component?