I found this handy tutorial online that shows how to have a single source of truth for your styling variables, by importing SASS variables directly inside of your javascript to be reused:
Has someone tried to get this done in Meteor and succeeded, with the fourseven:scss package ?
I’ve tried something similar in the past, but without success, I’m currently migrating to styled-components, so I don’t need it anymore.
The main contention here is the use of webpack, so you would need to find a babel equivalent to make this work or get there via Meteor-Webpack: