Load SCSS helpers into CSS modules automatically
Created by: valerybugakov
To use global SCSS mixins or variables in CSS modules, we need to @import
them before that.
Using sass-resources-loader should allow us to do it automatically.
Slack thread for context.