diff --git a/src/app/(docs)/docs/installation/framework-guides/angular.tsx b/src/app/(docs)/docs/installation/framework-guides/angular.tsx index 30626ae1..3b82461c 100644 --- a/src/app/(docs)/docs/installation/framework-guides/angular.tsx +++ b/src/app/(docs)/docs/installation/framework-guides/angular.tsx @@ -33,19 +33,36 @@ export let steps: Step[] = [ }, }, { - title: "Install Tailwind CSS", + title: "Install Tailwind CSS automatically", body: (
- Install @tailwindcss/postcss and its peer dependencies via npm.
+ If you're using a recent version of Angular, the easiest way to add Tailwind CSS is with{" "}
+ ng add tailwindcss. This installs Tailwind and updates your project configuration for you. If
+ you're using an older version of Angular or prefer to set things up yourself, skip this step and follow the
+ manual steps below instead.
+
+ To install Tailwind CSS manually, install @tailwindcss/postcss and its peer dependencies via
+ npm.