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 b5f6d22 commit 9303c41Copy full SHA for 9303c41
packages/pigment-react/README.md
@@ -65,7 +65,7 @@ Finally, import the stylesheet in the root `layout.tsx` file:
65
66
```diff
67
import type { Metadata } from 'next';
68
-+import '@mui/zero-runtime/styles.css';
++import '@pigment-css/react/styles.css';
69
70
export const metadata: Metadata = {
71
title: 'Create Next App',
@@ -115,7 +115,7 @@ Finally, import the stylesheet in the root `main.tsx` file:
115
116
import * as React from 'react';
117
import { createRoot } from 'react-dom/client';
118
119
import App from './App';
120
121
const rootElement = document.getElementById('root');
0 commit comments