Skip to content

Commit

Permalink
docs-react: update framework guides
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed Feb 14, 2023
1 parent b2c2976 commit 0689bcf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion documentation/react/guide/astro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module.exports = withMT({

<span id="with-monorepo" className="scroll-mt-48" />

By default @material-tailwind/react supports monorepo but in case if you don't get the correct styles add the <Code>theme</Code> and <Code>components</Code> paths to your <Code>tailwind.config.js</Code>.
If you're using monorepo in your project you need to add the theme and components paths to your tailwind.config.js.

```js {6,7}
const withMT = require("@material-tailwind/react/utils/withMT");
Expand Down
2 changes: 1 addition & 1 deletion documentation/react/guide/cra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = withMT({

<span id="with-monorepo" className="scroll-mt-48" />

By default @material-tailwind/react supports monorepo but in case if you don't get the correct styles add the <Code>theme</Code> and <Code>components</Code> paths to your <Code>tailwind.config.js</Code>.
If you're using monorepo in your project you need to add the theme and components paths to your tailwind.config.js.

```js {6,7}
const withMT = require("@material-tailwind/react/utils/withMT");
Expand Down
2 changes: 1 addition & 1 deletion documentation/react/guide/gatsby.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = withMT({

<span id="with-monorepo" className="scroll-mt-48" />

By default @material-tailwind/react supports monorepo but in case if you don't get the correct styles add the <Code>theme</Code> and <Code>components</Code> paths to your <Code>tailwind.config.js</Code>.
If you're using monorepo in your project you need to add the theme and components paths to your tailwind.config.js.

```js {7,8}
const withMT = require("@material-tailwind/react/utils/withMT");
Expand Down
2 changes: 1 addition & 1 deletion documentation/react/guide/next.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = withMT({

<span id="with-monorepo" className="scroll-mt-48" />

By default @material-tailwind/react supports monorepo but in case if you don't get the correct styles add the <Code>theme</Code> and <Code>components</Code> paths to your <Code>tailwind.config.js</Code>.
If you're using monorepo in your project you need to add the theme and components paths to your tailwind.config.js.

```js {6,7}
const withMT = require("@material-tailwind/react/utils/withMT");
Expand Down
2 changes: 1 addition & 1 deletion documentation/react/guide/remix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = withMT({

<span id="with-monorepo" className="scroll-mt-48" />

By default @material-tailwind/react supports monorepo but in case if you don't get the correct styles add the <Code>theme</Code> and <Code>components</Code> paths to your <Code>tailwind.config.js</Code>.
If you're using monorepo in your project you need to add the theme and components paths to your tailwind.config.js.

```js {6,7}
const withMT = require("@material-tailwind/react/utils/withMT");
Expand Down
2 changes: 1 addition & 1 deletion documentation/react/guide/vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = withMT({

<span id="with-monorepo" className="scroll-mt-48" />

By default @material-tailwind/react supports monorepo but in case if you don't get the correct styles add the <Code>theme</Code> and <Code>components</Code> paths to your <Code>tailwind.config.js</Code>.
If you're using monorepo in your project you need to add the theme and components paths to your tailwind.config.js.

```js {7,8}
const withMT = require("@material-tailwind/react/utils/withMT");
Expand Down

1 comment on commit 0689bcf

@vercel
Copy link

@vercel vercel bot commented on 0689bcf Feb 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.