Skip to content

Commit

Permalink
fix(tailwind.mdx): typo in docs for installing tailwind (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Mayer authored Nov 4, 2024
1 parent af4105f commit 7450186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/docs/integrations/tailwindcss.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Install the required dependencies:

<PackageManagerTabs
command={{
npm: "npx install -D tailwindcss postcss autoprefixer",
pnpm: "pnpx install -D tailwindcss postcss autoprefixer",
yarn: "yarn dlx install -D tailwindcss postcss autoprefixer",
npm: "npm install -D tailwindcss postcss autoprefixer",
pnpm: "pnpm install -D tailwindcss postcss autoprefixer",
yarn: "yarn add -D tailwindcss postcss autoprefixer",
}}
/>

Expand Down

0 comments on commit 7450186

Please sign in to comment.