Skip to content

Commit

Permalink
updated Nx docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Sep 1, 2024
1 parent 941126e commit 0dcb7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Ensure tailwind directives are added to your main CSS file.
@tailwind utilities;
```

If you have initialized your project with Nx build system follow the official [Nx tailwind documentation](https://nx.dev/latest/react/guides/tailwind) to configure tailwind.
If you have initialized your project with Nx build system follow the official [Nx tailwind documentation](https://nx.dev/recipes/react/using-tailwind-css-in-react#manual-setup-instructions) to configure tailwind.
Nx based projects requires `__dirname` prefix to the `paths` in the `tailwind.config.js` file and `postcss` file.

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ Ensure tailwind directives are added to your main CSS file.
@tailwind utilities;`} />
```

If you have initialized your project with Nx build system follow the official [Nx tailwind documentation](https://nx.dev/latest/react/guides/tailwind) to configure tailwind.
If you have initialized your project with Nx build system follow the official [Nx tailwind documentation](https://nx.dev/recipes/react/using-tailwind-css-in-react#manual-setup-instructions) to configure tailwind.
Nx based projects requires `__dirname` prefix to the `paths` in the `tailwind.config.js` file and `postcss` file.

0 comments on commit 0dcb7e5

Please sign in to comment.