From 0dcb7e5ae10fdc5260ef009473c7c3f75a9c7420 Mon Sep 17 00:00:00 2001 From: samithaf Date: Sun, 1 Sep 2024 21:05:09 +1000 Subject: [PATCH] updated Nx docs path --- README.md | 2 +- .../development/get-started/design/installation/content.mdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ef47aed1..cc07b971a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/apps/site/src/content/design-system/development/get-started/design/installation/content.mdoc b/apps/site/src/content/design-system/development/get-started/design/installation/content.mdoc index 3366c7ed6..b9a25ad4e 100644 --- a/apps/site/src/content/design-system/development/get-started/design/installation/content.mdoc +++ b/apps/site/src/content/design-system/development/get-started/design/installation/content.mdoc @@ -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.