Skip to content

Commit eb1a8a2

Browse files
authored
Update next.mdx to indicate the configuration file.
I'm new using tailwind so I waste time to know the configuration file. Thanks to this video see I learned where to do it. https://www.youtube.com/watch?v=jpfuHjsxFZU
1 parent 7dfb8b8 commit eb1a8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/react/guide/next.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pnpm i @material-tailwind/react
8787

8888
<span id="tailwindcss-config" className="scroll-mt-48" />
8989

90-
Once you install @material-tailwind/react you need to wrap your tailwind css configurations with the <Code>withMT()</Code> function coming from @material-tailwind/react/utils.
90+
Once you install @material-tailwind/react you need to wrap your tailwind css configurations with the <Code>withMT()</Code> function coming from @material-tailwind/react/utils on the <Code>tailwind.config.js</Code> file.
9191

9292
```js {1, 3, 9}
9393
const withMT = require("@material-tailwind/react/utils/withMT");

0 commit comments

Comments
 (0)