Material UI uses JSS at its core and you sometimes need to override styles from their base components.
Example from Input
: '&:hover:not($disabled):before'{ ... }
I cannot find this syntax mentioned in the JSS syntax docs, so it's hard to discuss with others without a common name. What is it called?