I'm using Sass in a Create React App project. I have a master.scss file with global var's, I would like to use those var's globally... (I don't want to @import "master" in every scss file ), Any other ideas how to make it globally available ?
_Originally posted by @m-salamon in https://github.com/facebook/create-react-app/issues/1619#issuecomment-438755957_
Hi @thetandelsonesh, I don't think that is possible right now sorry, it's not a standard Sass feature and isn't available in sass-loader. Feel free to raise a PR if you can see a clean way of doing this.
Most helpful comment
Hi @thetandelsonesh, I don't think that is possible right now sorry, it's not a standard Sass feature and isn't available in
sass-loader. Feel free to raise a PR if you can see a clean way of doing this.