Inside a scss file, I\'m trying to import custom, widely used chunk of scss (in a React/SASS/Webpack stack).
So that I can use a shared mixin.
Let\'s say I\'m cr
If you use Create React App v3 which allows absolute imports you can use the tilde
@import "~theme/colors";