Skip to content

Instantly share code, notes, and snippets.

@rob2d
Last active July 11, 2017 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rob2d/4c5ce2e8e492bc47c3088be93408f119 to your computer and use it in GitHub Desktop.
Save rob2d/4c5ce2e8e492bc47c3088be93408f119 to your computer and use it in GitHub Desktop.
outerJSSHOC(injectSheet(styleSheet)(({ classes, baseClasses })=>
( // baseClasses was injected by outerJSSHoc
<div className={classes.container}>
<div className={baseClasses.nonInterferingClass}>another style</div>
</div>
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment