Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
review
Browse files Browse the repository at this point in the history
oliviertassinari committed Dec 17, 2018

Verified

This commit was signed with the committer’s verified signature.
cbellone Celestino Bellone
1 parent 493053c commit 72b1720
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/nextjs-hooks/src/bootstrap.js
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();

0 comments on commit 72b1720

Please sign in to comment.