We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2f2b0 commit 7c3651dCopy full SHA for 7c3651d
docs/data/material/migration/migrating-to-v6/migrating-to-pigment-css.md
@@ -171,7 +171,7 @@ Integrating Pigment CSS with Material UI requires you to configure the theme t
171
Add the following code to your [Next.js](#nextjs) or [Vite](#vite) config file:
172
173
```diff
174
-+ import { extendTheme, stringifyTheme } from '@mui/material';
++ import { extendTheme } from '@mui/material';
175
176
+ const pigmentConfig = {
177
+ theme: extendTheme(),
0 commit comments