This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Combines/merges Material UI styles so that they may be used on a single | |
* component with the "withStyles" HOC. | |
* | |
* @see {@link https://github.com/mui-org/material-ui/issues/11517#issuecomment-407509327} | |
* @see {@link https://material-ui.com/customization/css-in-js/} | |
* | |
* Usage: | |
* | |
* import { combineStyles } from '/path/to/thisFile'; |