I\'m busy learning React with CSS-Modules and I don\'t quite understand how one would store variables? For example, in Sass you\'re able to do this:
// _variable
You may use sass preprocessor and sass-resources-loader.
sass-resources-loader will add all your variables, mixins, etc into each required sass file.