Skip to content

Commit c888457

Browse files
ha404reinink
andauthored
Remove unnecessary dependencies from Remix guide (tailwindlabs#1477)
* remove unnecessary dependencies These have nothing to do with the example * Update corresponding description Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
1 parent 119f081 commit c888457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/docs/guides/remix.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ let steps = [
2121
title: 'Install Tailwind CSS',
2222
body: () => (
2323
<p>
24-
Install <code>tailwindcss</code>, its peer dependencies, and <code>concurrently</code> via
25-
npm, and then run the init command to generate a <code>tailwind.config.js</code> file.
24+
Install <code>tailwindcss</code> and <code>concurrently</code> via npm, and then run the
25+
init command to generate a <code>tailwind.config.js</code> file.
2626
</p>
2727
),
2828
code: {
2929
name: 'Terminal',
3030
lang: 'terminal',
31-
code: 'npm install -D tailwindcss postcss autoprefixer concurrently\nnpx tailwindcss init',
31+
code: 'npm install -D tailwindcss concurrently\nnpx tailwindcss init',
3232
},
3333
},
3434
{

0 commit comments

Comments
 (0)