How to configure Stylus support in a React.js application?
I want the classes in my React.js application to be available for export from .styl
-files in the same way as it can be done from CSS Modules, but I can’t find any ready-made solution to this problem.