-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
493053c
commit 72b1720
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
// Use the same helper as Babel to avoid bundle bloat. | ||
import { install } from '@material-ui/styles'; | ||
|
||
// We will make @material-ui/styles the default style implementation | ||
// for the core components in Material-UI v4. | ||
// This installation step is temporary. | ||
// Behind the scenes, the install() function switches the | ||
// styling engine the core components use. | ||
// | ||
// https://material-ui.com/css-in-js/basics/#migration-for-material-ui-core-users | ||
install(); |