Hey everyone! I’m currently building a Meteor+Vue application and am using both fourseven:scss
as well as akryum:vue-component
which provides SASS support in a different way—https://github.com/meteor-vue/vue-meteor/tree/master/packages/vue-component
I was wondering what would the right way to share the SCSS variables and mixins that I put in a global file among the Vue SFC components? Do I have to import these every single time into the SFCs or is there a way to do it just once and have all the SFCs access it? I’m also guessing fourseven:scss
is incompatible with Meteor+Vue.