I configured create-react-app to add Sass by following the guide on this link here, oddly enough when I visit the link I don’t the guide any more.
In any case, everything works smoothly but when I try to run the app with npm start
I get an error.
This is happening because of a Sass mixin, I had a similar situation when I tried to use a Sass variable so I had to remove it, but in this case I can’t afford to remove the mixin from my files. Does anybody know why is this happening, I can’t see to find any documentation on the issue.
edit: I know now this is happening because the mixin is not importing to all files.