Skip to content

Commit

Permalink
Josh review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 29, 2019
1 parent a1488bb commit 6cc25cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/styles/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const useStyles = makeStyles(theme => ({
## @material-ui/styles vs @material-ui/core/styles

Material-UI styles are powered by the [@material-ui/styles](https://www.npmjs.com/package/@material-ui/styles) npm package (and JSS).
This solution is [isolated](https://bundlephobia.com/result?p=@material-ui/styles), it does not know the default Material-UI theme.
This solution is [isolated](https://bundlephobia.com/result?p=@material-ui/styles), it does not know about the default Material-UI theme.
It can be used to style React applications that are not using Material-UI framework.

To remove the need for injecting a theme in the React's context **systematically** and to reduce the number of manual installations a developer needs to do, the `@material-ui/styles` modules are re-exported from `@material-ui/core/styles` (with a default theme).
Expand Down

0 comments on commit 6cc25cc

Please sign in to comment.