Skip to content

Commit

Permalink
docs: mention tailwindcss-cli if tailwindcss init fails (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
devbyray authored Jan 24, 2025
1 parent 56a170c commit 18f416e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/1.getting-started/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ pnpm dlx tailwindcss init

::

::callout{color="amber" icon="i-ph-warning-duotone"}
If the above fails, you can try `npx tailwindcss-cli init`.
::

If you're going to create your own CSS file for Tailwind CSS, make sure to add the [`@tailwind`](https://tailwindcss.com/docs/functions-and-directives#tailwind) directives:

```css [~/assets/css/tailwind.css]
Expand Down

0 comments on commit 18f416e

Please sign in to comment.