Are there alternative methods for customizing Material-UI components using CSS stylesheets?
I'm aware of the {makeStyles} method and JSS overrides, but I find it messy in the code and confusing when trying to modularize it in other files. Is there a solution for consolidating all these customization options into a single CSS stylesheet?