'Share sass styles across react projects

We have multiple front end projects in my company that uses many third party libraries. We override some Css for these libraries locally in each front end project. Is there any way to have such shared styles at one place and refer them in each project instead of duplicating them?

I think we can use npm packages for this but for my company it's not feasible to do so due to financial and time constraints. Are there any other ways to share such common CSS code across multiple projects?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source