I want the classes in my React.js application to be available for exporting from .styl files in the same way as can be done from CSS Modules, but I cannot find any ready-made solution to this problem.
I found instructions for configuring CSS Modules in an application created using the Create React App. I understand that I need to npm run eject and somehow rewrite the configuration files, but I don’t understand how.